2 Commits 400dcf8437 ... 28eb6e5607

Tác giả SHA1 Thông báo Ngày
  liu.haichuan 28eb6e5607 Merge branch 'master' of http://code.nyzhwlw.com:10202/yf_lj/bigDataApp 4 tuần trước cách đây
  liu.haichuan 33b2527c7a fix:修改设备提示 4 tuần trước cách đây
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  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({