From 1db172e1eb09be68008659c9f05bf18144df553a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 04 十一月 2024 18:54:47 +0800 Subject: [PATCH] feat:集装箱更改 --- subPages/bill-of-lading-details/completeOutSale/completeOutSale.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/subPages/bill-of-lading-details/completeOutSale/completeOutSale.vue b/subPages/bill-of-lading-details/completeOutSale/completeOutSale.vue index 53d853e..9d4dc97 100644 --- a/subPages/bill-of-lading-details/completeOutSale/completeOutSale.vue +++ b/subPages/bill-of-lading-details/completeOutSale/completeOutSale.vue @@ -22,19 +22,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">{{ item.skin }}</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">{{ item.hair }}</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">{{ item.clean }}</view> </view> -- Gitblit v1.9.1