收藏
回答

navigator的open-type为switchTab时点击无效

框架类型 问题类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 Bug navigator 客户端 Android 6.6.6 2.0.0

<template name="tabBar">

<view class="tab-bar tabbar_box">

<block wx:for="{{tabBar.list}}" wx:key="pagePath">

<view class="{{item.clas}}">

<navigator url="{{item.pagePath}}" open-type="switchTab"  style="{{item.isActive? 'color: '+(tabBar.itemSelectedColor? tabBar.itemSelectedColor : tabBar.selectedColor) : ''}}">

<image src="{{item.selectedIconPath}}" wx:if="{{item.isActive}}" class="img"></image>

<image src="{{item.iconPath}}" wx:if="{{!item.isActive}}" class="img"></image>

<text>{{item.text}}</text>

</navigator>

</view>

</block>

</view>

</template>



这个中的navigator点击失效

回答关注问题邀请回答
收藏

1 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2018-06-15

    你好,麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2018-06-15
    有用
    回复
登录 后发表内容