Commit bce9e76b authored by Smile's avatar Smile Committed by wux

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

parent 1443901f
......@@ -127,17 +127,8 @@ export default {
if (this.$route){
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.navigateBack();
}
}
})
uni.$emit("refreshPreviousPage", "show");
uni.navigateBack();
}
});
} 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