From 51121a6c9eaf9bdd04bf11ce591ca3e2d0903d81 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 19 五月 2023 15:25:10 +0800 Subject: [PATCH] no message --- uniapp/pages/active/spicyMother.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uniapp/pages/active/spicyMother.vue b/uniapp/pages/active/spicyMother.vue index 27ab990..55a9525 100644 --- a/uniapp/pages/active/spicyMother.vue +++ b/uniapp/pages/active/spicyMother.vue @@ -4,7 +4,7 @@ <view class="topbac-content"> <view class="topbarbox"></view> <view class="colorContent defIcon"> - <image src="../../static/images/active/bac.png" mode="aspectFill"></image> + <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/bac.png" mode="aspectFill"></image> </view> </view> @@ -29,7 +29,7 @@ <view class="pageContent-container colCen"> <view class="adv-content defIcon"> - <image src="../../static/images/active/lama.png" mode=""></image> + <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/lama.png" mode=""></image> </view> @@ -197,7 +197,7 @@ .barbac { width: 100%; height: 300rpx; - background: url('../../static/images/active/bac.png')no-repeat; + background: url('https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/bac.png')no-repeat; background-size: 100% 100%; position: absolute; pointer-events: none; -- Gitblit v1.9.3