From 7acb664b9820d51be0552a1b769b4aeaeb4d89bf Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 16 七月 2025 22:44:19 +0800 Subject: [PATCH] 解决主包过大问题 --- pages/promotion/seckill.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/promotion/seckill.vue b/pages/promotion/seckill.vue index de04827..3b1e365 100644 --- a/pages/promotion/seckill.vue +++ b/pages/promotion/seckill.vue @@ -2,7 +2,7 @@ <view class="sale"> <u-navbar title='闄愭椂鎶㈣喘'></u-navbar> <view class="header-wraper"> - <image mode="widthFix" src="/static/seckill.png"></image> + <image mode="widthFix" src="/pages/subComponents/static/seckill.png"></image> </view> <scroll-view scroll-x> <view class="index-navs"> @@ -23,7 +23,7 @@ </view> <view v-else> <view class="nodata"> - <image style="height: 240rpx;width: 320rpx;" src="/static/nodata.png" alt="" /> + <image style="height: 240rpx;width: 320rpx;" src="/pages/subComponents/static/nodata.png" alt="" /> <div>鏆傛棤鍟嗗搧</div> </view> </view> @@ -169,7 +169,7 @@ } .header-wraper { - background: url('/static/bg.png'); + background: url('/pages/subComponents/static/bg.png'); height: 200rpx; display: flex; align-items: center; -- Gitblit v1.8.0