MrShi
2026-05-18 b099e758396f61b39d24cf5fa6be7bb0d10c2b4d
small-program/shop/pages/store-home/store-home.vue
@@ -68,7 +68,7 @@
      </view>
      <view class="func-btn" @click="goToQualification">
        <image class="func-icon" src="/shop/static/icon/ic_wodezizhi@2x.png"></image>
        <text class="func-text">门店资质</text>
        <text class="func-text">营收分析</text>
      </view>
    </view>
    <text class="section-title">待处理订单({{total||0}})</text>
@@ -262,7 +262,7 @@
      },
      goToQualification() {
        uni.navigateTo({
         url: '/shop/pages/qualification/qualification'
         url: '/shop/pages/revenue-analysis/revenue-analysis'
        })
      },
      goToStore() {