diff --git a/pages/index/index.vue b/pages/index/index.vue index 23a1a5a..158994d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1180,7 +1180,7 @@ import { Toast } from '../../libs/uniApi'; if (this.userInfoData.mer_info.mer_settlement_agree_status == 0) { // console.log(this.$store.state.app.userInfo.mer_info.type_code); - if(this.$store.state.app.userInfo.mer_info.type_code=="TypeSupplyChain"){ + if(this.$store.state.app.userInfo.mer_info.type_code=="TypeSupplyChain"&&this.$store.state.app.userInfo.mer_info.type_code=="PersonalStore"){ this.agree() // this.countDown() } else if (this.codenote.length == 0) {