瀏覽代碼

Merge branch 'master' of http://code.nyzhwlw.com:10202/yf_lj/bigDataApp

allen 8 小時之前
父節點
當前提交
25c0f3266e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pages/equipList/modification.vue

+ 4 - 4
pages/equipList/modification.vue

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