From 7a4b8764b68e0dbaeb90e292a8a4bd47cb379e68 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 17:26:02 +0800
Subject: [PATCH] 小程序端和PC端bug修复

---
 small-program/shop/pages/store-home/store-home.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/small-program/shop/pages/store-home/store-home.vue b/small-program/shop/pages/store-home/store-home.vue
index 0118cee..6de6a02 100644
--- a/small-program/shop/pages/store-home/store-home.vue
+++ b/small-program/shop/pages/store-home/store-home.vue
@@ -49,19 +49,19 @@
     <!-- 鍔熻兘鎸夐挳 -->
     <view class="function-buttons">
       <view class="func-btn" @click="jumpHexiaoOrder">
-        <image class="func-icon" src="/static/icon/ic_zitihexiao@2x.png"></image>
+        <image class="func-icon" src="/shop/static/icon/ic_zitihexiao@2x.png"></image>
         <text class="func-text">闂ㄥ簵鍑哄叆搴�</text>
       </view>
       <view class="func-btn" @click="jumpOrders()">
-        <image class="func-icon" src="/static/icon/ic_dingdanguanli@2x.png"></image>
+        <image class="func-icon" src="/shop/static/icon/ic_dingdanguanli@2x.png"></image>
         <text class="func-text">璁㈠崟绠$悊</text>
       </view>
       <view class="func-btn" @click="goToStoreInfo">
-        <image class="func-icon" src="/static/icon/ic_zhuanshuhaibao@2x.png"></image>
+        <image class="func-icon" src="/shop/static/icon/ic_zhuanshuhaibao@2x.png"></image>
         <text class="func-text">闂ㄥ簵淇℃伅</text>
       </view>
       <view class="func-btn" @click="goToQualification">
-        <image class="func-icon" src="/static/icon/ic_wodezizhi@2x.png"></image>
+        <image class="func-icon" src="/shop/static/icon/ic_wodezizhi@2x.png"></image>
         <text class="func-text">闂ㄥ簵璧勮川</text>
       </view>
     </view>

--
Gitblit v1.9.3