XWookey 3 years ago
parent
commit
1b03accd22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/order/order.js

+ 1 - 1
pages/order/order.js

@@ -265,7 +265,7 @@ Page({
   },
   closeView:function(){
     let url = `/pages/index/index`;
-    wx.redirectTo({
+    wx.reLaunch({
       url
     });
   },