ZQN
2024-09-04 ac2d51c87cc77895e33561ea124d65338997d188
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>