Explorar o código

fix: handle login func catch cb

wangyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
c1b0432ae3
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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 () {