Commit c638a625 authored by Mac's avatar Mac

S1

parent 5a7a3eea
...@@ -468,6 +468,15 @@ ...@@ -468,6 +468,15 @@
onShow() { onShow() {
this.init() this.init()
}, },
onUnload() {
// 页面关闭后销毁实例
if(this.Jumptype==1){
uni.reLaunch({
url:"/pages/user-center/user-center"
})
}
},
methods:{ methods:{
init() { init() {
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
if(this.user_info.isAttestation == 0){ if(this.user_info.isAttestation == 0){
if(mall_UserInfo!=null){ if(mall_UserInfo!=null){
uni.navigateTo({ uni.navigateTo({
url: '/pages/blindDate/editData?UserId='+ mall_UserInfo.UserId+'&Jumptype=1' url: '/pages/blindDate/editData?UserId='+ mall_UserInfo.UserId+'&Jumptype=1&type=1'
}); });
} }
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment