@@ -180,7 +180,7 @@
nickName:res.userInfo.nickName,
headimgurl:res.userInfo.avatarUrl,
}
- console.log(params)
+ // console.log(params)
bindingWechat(params).then(response =>{
this.storeUpdataeStatus(response.data)
wxLogin.wxLoginAuthorize()
@@ -299,7 +299,7 @@
stateText = ''
break;
case 1:
- stateText = '待审核'
+ stateText = '正在审核中'
case 92:
stateText = '审核不通过'