瀏覽代碼

fix: handle login func catch cb

wangyuan 2 年之前
父節點
當前提交
c1b0432ae3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/index/index.js

+ 5 - 0
pages/index/index.js

@@ -68,6 +68,11 @@ Page({
       that.setStorage(res.data)
     }).catch(e => {
       wx.hideLoading()
+      wx.showModal({
+        content: e,
+        confirmColor: '#333',
+        showCancel: false
+      })
     })
   },
   handleUserLoginRes () {