二维码生成页面中心icon没了的bug

一次大型分包更新生产了
合作企业路由
/packageQr/pages/partnership/partnership

员工管理路由
/packageStaff/pages/staff/List/List

油站二维码路由
/packageQr/pages/qrsite/QrCode_xy

加油订单路由改成
/packageOrders/pages/orderList/orderList
This commit is contained in:
xk_guohonglei
2021-01-22 17:19:34 +08:00
parent f1210f1a44
commit d2949e657a
46 changed files with 346 additions and 355 deletions

View File

@@ -78,8 +78,8 @@
}
return {
title: 'picker-view',
years: [2020],
year: 2020,
years: [new Date().getFullYear()],
year: new Date().getFullYear(),
months: months,
dialogModal: '',
month: month,

View File

@@ -74,8 +74,8 @@
}
return {
title: 'picker-view',
years: [2020],
year: 2020,
years: [new Date().getFullYear()],
year: new Date().getFullYear(),
months: months,
dialogModal: '',
month: month,

View File

@@ -21,7 +21,7 @@
</view>
<view class="bg-white radius margin-left margin-right to-top">
<view class=" flex ">
<view class="padding text-center flex-sub" @tap="routerTo('/pages/orderList/dailyOrder/dailyOrder')">
<view class="padding text-center flex-sub" @tap="routerTo('/packageOrders/pages/orderList/dailyOrder/dailyOrder')">
<text>交易笔数</text>
<view class="padding-sm">
<text class="oil-main-color">{{basicData.totalCount}}</text>
@@ -75,7 +75,7 @@
</template>
<script>
import staffApi from '@/api/staff.js'
import staffApi from '@/packageStaff/api/staff.js'
import cloudSiteApi from '@/api/cloud-site.js'
export default {
data() {