Commit 1443901f authored by Smile's avatar Smile Committed by wux

bug编号144:(APP)设置-地址信息 修改地址进行保存成功时,建议能弹出提示:修改成功。请看截图

parent 4c5d9b72
......@@ -124,7 +124,9 @@ export default {
this.form
).then(res => {
if (res.code == 0) {
if (this.$route){
this.$route.params.addressId = "00000";
}
uni.showModal({
title: null,
content:this.$lang.lang.notices.operation,
......
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