|
|
@@ -291,7 +291,10 @@ export default {
|
|
|
examElLabEduRelationBindStatus(){
|
|
|
examElLabEduRelationBindStatus({}).then(response => {
|
|
|
this.$set(this, 'userInfo', response.data)
|
|
|
- if(!response.data.bound&&response.data.educationType == 1){
|
|
|
+ // if(!response.data.bound&&response.data.educationType == 1){
|
|
|
+ // this.shadeButton(5);
|
|
|
+ // }
|
|
|
+ if(response.data.isPopup){
|
|
|
this.shadeButton(5);
|
|
|
}
|
|
|
})
|