From 76f165afb5462e1731540f761d04c621aee3cfb7 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 24 三月 2025 09:11:55 +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