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() {