Commit c638a625 authored by Mac's avatar Mac

S1

parent 5a7a3eea
......@@ -468,6 +468,15 @@
onShow() {
this.init()
},
onUnload() {
// 页面关闭后销毁实例
if(this.Jumptype==1){
uni.reLaunch({
url:"/pages/user-center/user-center"
})
}
},
methods:{
init() {
......
......@@ -155,7 +155,7 @@
if(this.user_info.isAttestation == 0){
if(mall_UserInfo!=null){
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{
......
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