Explorar o código

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

allen hai 14 horas
pai
achega
25c0f3266e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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({