Explorar el Código

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

allen hace 9 horas
padre
commit
25c0f3266e
Se han modificado 1 ficheros con 4 adiciones y 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({