@@ -88,12 +88,12 @@ export default {
console.log(res);
if (res == false) {
uni.showToast({
- title: '修改地址失败',
+ title: '修改失败',
icon: 'none',
});
} else {
- title: '修改地址成功',
+ title: '修改成功',
}
@@ -112,12 +112,12 @@ export default {
- title: '修改名称失败',
- title: '修改名称成功',
uni.removeStorage({