소스 검색

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

lurunzhen 2 달 전
부모
커밋
de96feb58f
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  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 => {