From 4e517dc54e1e3e5e5b543383c321161de351272e Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 11 十一月 2024 16:05:06 +0800 Subject: [PATCH] Merge branch 'feature/jlhg/first' of http://39.96.92.240:10000/r/~fyy/unattended-app into feature/jlhg/first --- 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