Procházet zdrojové kódy

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

lurunzhen před 4 týdny
rodič
revize
de96feb58f
1 změnil soubory, kde provedl 6 přidání a 5 odebrání
  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 => {