绿满眶商城微信小程序-uniapp
zxl
2 天以前 354b1317aab21617881057c40f8c0580b8f28139
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({