Commit 2e1cb370 authored by Smile's avatar Smile Committed by wux

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

parent fb9907b1
...@@ -127,18 +127,9 @@ export default { ...@@ -127,18 +127,9 @@ export default {
if (this.$route){ if (this.$route){
this.$route.params.addressId = "00000"; this.$route.params.addressId = "00000";
} }
uni.showModal({
title: null,
content:this.$lang.lang.notices.operation,
showCancel: false,
success: function (res) {
if (res.confirm) {
uni.$emit("refreshPreviousPage", "show"); uni.$emit("refreshPreviousPage", "show");
uni.navigateBack(); uni.navigateBack();
} }
}
})
}
}); });
} catch (err) {} } catch (err) {}
} }
......
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