Commit e26bbe1b authored by 罗超's avatar 罗超

取消强制验证

parent 63a903c1
<template> <template>
<view class="tabbarMain" :style="{paddingBottom: `${bottomSafeHeight}px`}" v-if="navs.length && isExsits"> <view class="tabbarMain" :style="{paddingBottom: `${bottomSafeHeight}px`}" v-if="navs.length">
<view class="tabBtnMina"> <view class="tabBtnMina">
<view <view
class="itmMain" class="itmMain"
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
this.active = index this.active = index
} }
}) })
this.isExsits = this.navs.findIndex(x=>x.url == this.currentPath)!=-1 //this.isExsits = this.navs.findIndex(x=>x.url == this.currentPath)!=-1
}, },
goUrl(url) { goUrl(url) {
if (this.currentPath !== url) { if (this.currentPath !== url) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment