1、编辑地址默认是选择提交修改后,默认没了
2、添加新地址跳转到个人资料了???? 3、个人资料修改密码去掉 4、提现 支付宝 提交问提
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user