修复bug
This commit is contained in:
parent
db57761742
commit
ef99fe15cd
@ -2,8 +2,8 @@
|
||||
"name" : "惠农生活",
|
||||
"appid" : "__UNI__3A527D1",
|
||||
"description" : "",
|
||||
"versionName" : "2.0.04",
|
||||
"versionCode" : 2004,
|
||||
"versionName" : "2.0.05",
|
||||
"versionCode" : 2005,
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
@ -337,6 +337,11 @@
|
||||
}
|
||||
},
|
||||
"title" : "加载中...",
|
||||
"template" : "template.h5.html"
|
||||
"template" : "template.h5.html",
|
||||
"optimization" : {
|
||||
"treeShaking" : {
|
||||
"enable" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -135,13 +135,13 @@
|
||||
repassword: that.repassword,
|
||||
sms_code: that.captcha
|
||||
}).then(res => {
|
||||
return that.$util.Tips({
|
||||
title: '设置成功!',
|
||||
icon: 'success'
|
||||
}, {
|
||||
tab: 5,
|
||||
url: '/pages/users/user_info/index'
|
||||
});
|
||||
that.$util.Tips({
|
||||
title: '修改成功!',
|
||||
icon: 'success'
|
||||
})
|
||||
this.$nextTick((res=>{
|
||||
uni.navigateBack();
|
||||
}))
|
||||
})
|
||||
} else { // 登录密码
|
||||
modifyPassword({
|
||||
|
Loading…
x
Reference in New Issue
Block a user