From 6dd9823b8495252e6d0ba35e6114799321453cbe Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 26 六月 2024 13:49:33 +0800 Subject: [PATCH] 修改机构过长的问题 --- policy/policyIndex/policyIndex.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy/policyIndex/policyIndex.vue b/policy/policyIndex/policyIndex.vue index 0ad4e1f..182a5c4 100644 --- a/policy/policyIndex/policyIndex.vue +++ b/policy/policyIndex/policyIndex.vue @@ -1,6 +1,6 @@ <template> <view class="padding-bottom"> - <policyIndexVue v-if="activeNumber == 0" :isJudge="isJudge" :userType="userInfo.userType" :userAuth="userAuth"></policyIndexVue> + <policyIndexVue v-if="activeNumber == 0" :isJudge="isJudge" :userType="userInfo.data.userType" :userAuth="userAuth"></policyIndexVue> <minePage v-if="activeNumber == 1" :userInfo="userInfo" :roleGroup="roleGroup"></minePage> <tabsCom :activeNumber.sync="activeNumber"></tabsCom> </view> -- Gitblit v1.9.1