Explorar el Código

fix: handle login func catch cb

wangyuan hace 2 años
padre
commit
c1b0432ae3
Se han modificado 1 ficheros con 5 adiciones y 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 () {