@@ -210,8 +210,8 @@
},
backAction() {
- uni.reLaunch({
- url:'../homePage/homePage'
+ uni.navigateBack({
+ delta:1
})
}
@@ -339,7 +339,7 @@
"sign": this.sign,
"userId": app.globalData.userId,
"username": this.name,
- "phoneFrom":this.mobileOld?2:1
+ "phoneFrom":this.mobileOld?1:2
if (ret.data.success) {