k94314517
2025-06-25 f6722e13ba28cd292c162df9292bb3418ba12bec
wx/pages/myPolicy/myPolicy.vue
@@ -48,13 +48,15 @@
            <image src="@/static/icon/default_nodata@2x.png" mode="widthFix"></image>
         </view>
      </view>
      <MyTabbar :currentPage="currentPage" />
   </view>
</template>
<script>
   import Search from '@/components/search/search.vue'
   import MyTabbar from '@/components/my-tabbar/my-tabbar.vue'
   export default {
      components: { Search },
      components: { Search, MyTabbar },
      data() {
         return {
            list: [],
@@ -77,7 +79,8 @@
               startTimeS: '',
               statusCollect: ''
            },
            page: 1
            page: 1,
            currentPage: '/pages/myPolicy/myPolicy',
         };
      },
      onLoad() {