diff --git a/src/views/YB_APP/home.vue b/src/views/YB_APP/home.vue index 91a85a63f..c45a1587a 100644 --- a/src/views/YB_APP/home.vue +++ b/src/views/YB_APP/home.vue @@ -505,6 +505,14 @@ export default { }, }) } + + if(data.title == '续期管理'){ + this.$toast('暂未开放') + } + if(data.title == '保全中心'){ + this.$toast('暂未开放') + } + }, touchstart(){ this.clickFlag = true