346149741
2024-09-03 0e9b58dea98030029d30e86a0460323c8e56b1ec
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>