Selaa lähdekoodia

Merge branch 'master' of http://47.102.110.240:3000/yuxiangpei/jzlife_wx_servant.git

lurunzhen 4 viikkoa sitten
vanhempi
commit
de96feb58f
1 muutettua tiedostoa jossa 6 lisäystä ja 5 poistoa
  1. 6 5
      pages/index/index.js

+ 6 - 5
pages/index/index.js

@@ -372,11 +372,12 @@ Page({
             }
 
           } else {
-            util.showErrorToast(res.errmsg);
-            // wx.showToast({
-            //   title: res.errmsg,
-            //   duration: 3000
-            // });
+            // util.showErrorToast(res.errmsg);
+            wx.showToast({
+              title: res.errmsg,
+              icon:'none',
+              duration: 3000
+            });
           }
         }).catch(res => {