From 07b5244ba8572922728f2663883915861554e7e0 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 02 七月 2023 17:30:54 +0800 Subject: [PATCH] 验质逻辑修改 --- pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue index 4050d30..96537cd 100644 --- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue +++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue @@ -91,7 +91,7 @@ </view> <view class="third-line"> <view class="carnum-icon"> - <image src="https://mx.jzeg.cn:9095/appimg/image/banner/carNO.png" + <image :src="`${onlineurl}/appimg/image/banner/carNO.png`" mode="widthFix"></image> </view> <view class="carnum-text">{{ value.carNo || '' }}</view> @@ -272,7 +272,7 @@ @click="confirmCondition"></u-button></view> </view> </u-popup> - <tab-bar :current="1"></tab-bar> + <tab-bar :current="roleType===4?2:1"></tab-bar> </view> <view class="white-block"></view> </view> @@ -280,6 +280,7 @@ <script> import combinedTitle from '@/components/combined-title/combined-title.vue'; + import { onlineurl } from '@/api/request.js' export default { components: { combinedTitle @@ -329,7 +330,8 @@ // 鐐瑰嚮鍙崇澶磋鎯呭脊绐� faYunDetailobj: {}, modalShow: false, - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'] + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'], + onlineurl, }; }, onShow() { -- Gitblit v1.9.1