From bfbced1434833586988c36fe2670527bb5b2274d Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期二, 27 八月 2024 11:59:52 +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