From 8a6981d1cf83da6316d8d1917a28fbf0a3526520 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 31 十月 2023 16:34:43 +0800 Subject: [PATCH] 验质员页面计算净重bug --- store/index.js | 61 +++++++++++++++++++++++++++--- 1 files changed, 54 insertions(+), 7 deletions(-) diff --git a/store/index.js b/store/index.js index 1ee03b7..0878a06 100644 --- a/store/index.js +++ b/store/index.js @@ -43,12 +43,13 @@ text: '鎴戠殑' } ], - three: [{ - pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar', - iconPath: '../../static/tabBar-icon/home.png', - selectedIconPath: '../../static/tabBar-icon/homeblue.png', - text: '棣栭〉' - }, + three: [ + // { + // pagePath: 'pages/tabbar-page/index-tabbar/index-tabbar', + // iconPath: '../../static/tabBar-icon/home.png', + // selectedIconPath: '../../static/tabBar-icon/homeblue.png', + // text: '棣栭〉' + // }, { pagePath: 'pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan', iconPath: '../../static/tabBar-icon/checking.png', @@ -109,7 +110,53 @@ // 绉伴噸绋冲畾鎬� 0/绋冲畾 1/闈炵ǔ瀹� 闈炵ǔ瀹氭�佷笉鑳界偣绉伴噸 globalWarning: false, globalShowWeigh: [], - isFirstLogin: true + isFirstLogin: true, + driverTourImgList: ['https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj1.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj2.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj3.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj4.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj5.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj6.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj7.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj8.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj9.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj10.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj11.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj12.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj13.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj14.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj15.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj16.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj17.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj18.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj19.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj20.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj21.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj22.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj23.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj24.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj25.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj26.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/driver/sj27.jpg', + ], + customerTourImgList: ['https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality1.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality2.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality3.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality4.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality5.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality6.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality7.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality8.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality9.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality10.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality11.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality12.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality13.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality14.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality15.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality16.jpg', + 'https://mx.jzeg.cn:9095/appimg/image/tour/quality/quality17.jpg', + ], }, mutations: { lengthchange(state, payload) { -- Gitblit v1.9.1