diff --git a/components/tabBar/index.vue b/components/tabBar/index.vue index 8c42559..97ca11c 100644 --- a/components/tabBar/index.vue +++ b/components/tabBar/index.vue @@ -1,5 +1,5 @@ @@ -97,7 +97,7 @@ const serve = ref([ }, { text: '交管小安', - icon: '', + icon: '../../static/wode/9.png', queenicon: '\ue612', id: 8 }, @@ -114,6 +114,14 @@ const set = () => { url: '/pages/my/components/install/index' }); }; +// 跳转有效日期 +const date = (id) => { + if (id == 3) { + uni.navigateTo({ + url: '/pages/my/components/effectiveDate/index' + }); + } +};