stanley-king 4 anni fa
parent
commit
3dfe8f92ef
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      pages/components/wxbutton/wxbutton.js

+ 5 - 1
pages/components/wxbutton/wxbutton.js

@@ -62,7 +62,11 @@ Component({
                  app.globalData.member_id = datas.member_id
                  app.globalData.hasmobile = datas.hasmobile
              }
-             app.navigateto("pages/home/home")             
+            //  wx.reLaunch({
+            //      url: "pages/home/home"
+
+            //  })
+             app.switchtab("pages/home/home")             
          })
      }
    }