From c3b2d6d35b77d11ff86d45926501493b7fc8886e Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 23 七月 2024 10:30:20 +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