From dd13f704cd41f0f4d84bb48f5d216112250fe1a3 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 21 六月 2023 15:36:42 +0800 Subject: [PATCH] no message --- uniapp/pages/active/specialOffer.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uniapp/pages/active/specialOffer.vue b/uniapp/pages/active/specialOffer.vue index 473788d..0774dc8 100644 --- a/uniapp/pages/active/specialOffer.vue +++ b/uniapp/pages/active/specialOffer.vue @@ -3,7 +3,7 @@ <view class="topbarbox"></view> <view class="topbac-content"> <view class="colorContent defIcon"> - <image src="../../static/images/active/orgbac.png" mode="aspectFill"></image> + <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/orgbac.png" mode="aspectFill"></image> </view> </view> @@ -17,7 +17,7 @@ </view> <view class="titleBox rowCen"> <view class="titleIcon defIcon"> - <image src="../../static/images/active/nine.png" mode=""></image> + <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/nine.png" mode=""></image> </view> <view class="titleText"> 鍖呴偖 @@ -174,7 +174,7 @@ .barbac { width: 100%; height: 380rpx; - background: url('../../static/images/active/orgbac.png')no-repeat; + background: url('https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/orgbac.png')no-repeat; background-size: 100% 100%; position: absolute; pointer-events: none; @@ -274,7 +274,7 @@ .goods-items { width: 336rpx; - height: 526rpx; + height: 546rpx; margin-bottom: 20rpx; .items-container { -- Gitblit v1.9.3