From b373840eba0f163ecbdb471fd2206c539e995199 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 19 十二月 2024 17:37:50 +0800 Subject: [PATCH] feat:库管发运日计划更改显示 --- components/noobTour/noobTour.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/noobTour/noobTour.vue b/components/noobTour/noobTour.vue index a8e906d..1e5cad5 100644 --- a/components/noobTour/noobTour.vue +++ b/components/noobTour/noobTour.vue @@ -39,7 +39,7 @@ size="30" color="#b8b8b8"></u-icon> </u-cell> - <u-cell title="鍐呰皟鍗曡繃纾呮寚寮�" + <!-- <u-cell title="鍐呰皟鍗曡繃纾呮寚寮�" name='1' :clickable="true" @click="noobTour(4)"> @@ -50,7 +50,7 @@ name="arrow-right" size="30" color="#b8b8b8"></u-icon> - </u-cell> + </u-cell> --> </u-cell-group> <!-- 鍥剧墖棰勮寮瑰嚭妗� --> <view class="previewImage-container"> @@ -104,28 +104,28 @@ this.imgList = this.driverTourImgList.slice(0, 8) this.$nextTick(() => { this.$refs.previewImage.open( - 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png') + 'https://wrzs.czjlchem.com:9090/appimg/image/tour/driver/sj1.png') }) break; case 2: this.imgList = this.driverTourImgList this.$nextTick(() => { this.$refs.previewImage.open( - 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png') + 'https://wrzs.czjlchem.com:9090/appimg/image/tour/driver/sj1.png') }) break; case 3: this.imgList = this.driverTourImgList this.$nextTick(() => { this.$refs.previewImage.open( - 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png') + 'https://wrzs.czjlchem.com:9090/appimg/image/tour/driver/sj1.png') }) break; case 4: this.imgList = this.driverTourImgList this.$nextTick(() => { this.$refs.previewImage.open( - 'https://mx.jzeg.cn:9096/appimg/image/tour/driver/sj1.png') + 'https://wrzs.czjlchem.com:9090/appimg/image/tour/driver/sj1.png') }) break; default: -- Gitblit v1.9.1