2 İşlemeler 400dcf8437 ... 28eb6e5607

Yazar SHA1 Mesaj Tarih
  liu.haichuan 28eb6e5607 Merge branch 'master' of http://code.nyzhwlw.com:10202/yf_lj/bigDataApp 4 hafta önce
  liu.haichuan 33b2527c7a fix:修改设备提示 4 hafta önce
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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({