From 1cd68d24e0f5ad4f791afef653ab02d9e58ba7be Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 12 Jan 2024 18:40:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {