wjt
2024-06-20 f391ea2e402579ab8fc351232b83d21376386738
policy/policyIndex/policyIndex.vue
@@ -1,5 +1,5 @@
<template>
   <view>
   <view class="padding-bottom">
      <policyIndexVue v-if="activeNumber == 0"></policyIndexVue>
      <minePage v-if="activeNumber == 1"></minePage>
      <tabsCom :activeNumber.sync="activeNumber"></tabsCom>
@@ -20,7 +20,7 @@
      data() {
         return {
            isJudge: false,
            activeNumber: 1
            activeNumber: 0
         }
      },
      onShow() {