绿满眶商城微信小程序-uniapp
peng
2025-09-02 33e6a2535324373ee63ec5b3950b328d07762d81
支付成功页面无法返回首页问题
1个文件已修改
7 ■■■■ 已修改文件
pages/cart/payment/success.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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({