|
|
@@ -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) {
|