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