From f6722e13ba28cd292c162df9292bb3418ba12bec Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 25 六月 2025 15:17:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
wx/pages/myPolicy/myPolicy.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/wx/pages/myPolicy/myPolicy.vue b/wx/pages/myPolicy/myPolicy.vue
index 07b8b45..d2eaa7b 100644
--- a/wx/pages/myPolicy/myPolicy.vue
+++ b/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() {
--
Gitblit v1.9.3