소스 검색

申诉成功跳转首页

XWookey 10 달 전
부모
커밋
f6bd972b0c
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      pages/charging/charging.js

+ 5 - 3
pages/charging/charging.js

@@ -525,9 +525,11 @@ Page({
                         showCancel: false,
                         success: function (res1) {
                             if (res1.confirm) {
-                                wx.switchTab({
-                                    url: '/pages/index/index'
-                                })
+                                let url = `/pages/index/index`;
+                                wx.reLaunch({
+                                  url
+                                });
+                            
                             }
                         }
                     })