Commit 24f9cdb1 authored by Smile's avatar Smile

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

parent 416b10b1
......@@ -124,7 +124,9 @@ export default {
this.form
).then(res => {
if (res.code == 0) {
this.$route.params.addressId = "00000";
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