Explorar el Código

修复微信 绑定

shenjj hace 7 años
padre
commit
4298932c0b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      store/index.js

+ 2 - 0
store/index.js

@@ -527,6 +527,8 @@ export const actions = {
     return axios.get('/wx/getWxUserInfo', { params: params })
       .then(response => {
         commit('option/REQUEST_WECHATINFO_STATUS_SUCCESS', response.data)
+        console.log(response.data + '\n')
+        console.log(response.data.status)
         if (response.data.status >= 0) {
           // 有状态
           if (id !== '' && !id) {