|
@@ -63,7 +63,6 @@ export default {
|
|
|
...mapActions(['corpOperation']),
|
|
|
async getInfo() {
|
|
|
let { base } = await this.corpOperation({ type: 'search', data: { corpid: this.user.corpid } });
|
|
|
- console.log(base);
|
|
|
if (base.state === '已认证') return true;
|
|
|
},
|
|
|
async checkBind() {
|
|
@@ -71,6 +70,7 @@ export default {
|
|
|
if (this.allowed) return;
|
|
|
this.allowed = (await this.getInfo()) || false;
|
|
|
// sessionStorage.setItem('is_allowed', true);
|
|
|
+ console.log(this.$isBindWx());
|
|
|
if (!this.$isBindWx()) this.dialog = true;
|
|
|
},
|
|
|
toLogin() {
|