From 6e5dddd39f051cfe564c32ae5608729ad9260409 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 13 八月 2024 15:26:07 +0800 Subject: [PATCH] feat:申请入场改为修改预约时间 --- subPages/bill-of-lading-details/weighingDevice/weighingDevice.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subPages/bill-of-lading-details/weighingDevice/weighingDevice.vue b/subPages/bill-of-lading-details/weighingDevice/weighingDevice.vue index 48a2f54..c259072 100644 --- a/subPages/bill-of-lading-details/weighingDevice/weighingDevice.vue +++ b/subPages/bill-of-lading-details/weighingDevice/weighingDevice.vue @@ -1,7 +1,7 @@ <template> <view class="weighingDevice"> <view class="one" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/weighbanner.png') no-repeat; + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/weighbanner.png') no-repeat; background-size: cover;"> <view class="top"> <view class="top_left"> @@ -31,19 +31,19 @@ <view class="weigh-item"> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> 鐨�</view> <view class="num">{{ weighList.skinTwo }}</view> </view> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> 姣�</view> <view class="num">{{ weighList.hairTwo }}</view> </view> <view class="item"> <view class="concrete" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> 鍑�</view> <view class="num">{{ weighList.cleanTwo }}</view> </view> -- Gitblit v1.9.1