wjt
2024-07-23 c3b2d6d35b77d11ff86d45926501493b7fc8886e
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>