From 4a29244fd31cc4e64a53dd67ea0806277a1c09ec Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期日, 18 六月 2023 23:31:42 +0800 Subject: [PATCH] no message --- uniapp/components/sh_page/matherPage.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uniapp/components/sh_page/matherPage.vue b/uniapp/components/sh_page/matherPage.vue index 22fea69..fb1e28f 100644 --- a/uniapp/components/sh_page/matherPage.vue +++ b/uniapp/components/sh_page/matherPage.vue @@ -4,7 +4,7 @@ <view class="topbac-content"> <view class="topbarbox"></view> <view class="colorContent defIcon"> - <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/bac.png" mode="aspectFill"></image> + <image src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/inde_top_bg.png" mode="aspectFill"></image> </view> </view> @@ -197,7 +197,7 @@ .barbac { width: 100%; height: 300rpx; - background: url('https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/bac.png')no-repeat; + background: url('https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/inde_top_bg.png')no-repeat; background-size: 100% 100%; position: absolute; pointer-events: none; -- Gitblit v1.9.3