微信小程序解决“navigator不能直接跳转到tabBar页面”的问题
时间 :
2022-10-26
编辑 :超级管理员
<navigator url="/pages/newslist/index" open-type='switchTab' >
<view class="item">
<view class="icon menu_bg_04">
<image src="/img/news.png"></image>
</view>
<text>文章</text>
</view>
</navigator>
<navigator url="/pages/contact/index" >
<view class="item">
<view class="icon menu_bg_05">
<image src="/img/contact.png"></image>
</view>
<text>联系</text>
</view>
</navigator>
</view>