绿满眶商城微信小程序-uniapp
peng
2025-09-02 33e6a2535324373ee63ec5b3950b328d07762d81
pages/cart/payment/success.vue
@@ -41,7 +41,7 @@
           </div>
           <div 
             class="btn back-home" 
             @click="navigateTo('/pages/tabbar/home/index', 'switch')"
             @click="navigateTo('/pages/tabbar/index/home', 'switch')"
           >
             回到首页
           </div>
@@ -108,8 +108,11 @@
    navigateTo(url, type) {
      if (type === "switch") {
        uni.switchTab({
        uni.redirectTo({
          url,
        fail(e) {
           console.log('跳转失败',e)
        }
        });
      } else {
        uni.redirectTo({