1、编辑地址默认是选择提交修改后,默认没了

2、添加新地址跳转到个人资料了????
3、个人资料修改密码去掉
4、提现 支付宝 提交问提
This commit is contained in:
gaoxs
2020-04-27 17:25:38 +08:00
parent 9d808bf9aa
commit cd98bf7acd
4 changed files with 60 additions and 45 deletions

View File

@ -177,7 +177,7 @@ export default {
phone: phone,
address: this.address,
detail: detail,
is_default: isDefault,
is_default: isDefault ? true : false,
post_code: ""
};
postAddress(data).then(function() {
@ -193,9 +193,9 @@ export default {
icon: "none",
duration: 2000
});
that.$yrouter.replace({
path: "/pages/user/PersonalData/index"
});
// that.$yrouter.replace({
// path: "/pages/user/PersonalData/index"
// });
}
that.$yrouter.go(-1);
});