|
@@ -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")
|
|
|
})
|
|
|
}
|
|
|
}
|