-
index.wxml
<text data-current="0" class="{{currentTab == 0? ‘active‘ : ‘‘}}">消息</text> <text data-current="1" class="{{currentTab == 1 ? ‘active‘ : ‘‘}}">通知</text> <view hidden="{{isShow}}">消息</view> <view hidden="{{!isShow}}">消息</view>
-
index.js
data: { isShow: true, currentTab: 0 } switcher: function (e) { if (this.data.currentTab == e.target.dataset.current) { return false } else { var showMode = e.target.dataset.current == 0; this.setData({ currentTab: e.target.dataset.current, isShow: showMode }) } },
相关文章
- 11-28微信小程序开发——消除Now you can provide attr `wx:key` for a `wx:for` to improve performance.
- 11-28微信小程序 从含有tabbar的页面跳转到不含有tabbar的页面
- 11-28微信小程序-设计指南
- 11-28微信小程序记账本进度五
- 11-28微信小程序 子组件给父组件传参
- 11-28微信小程序开发 url乱码 url中文参数
- 11-28微信小程序初步运营方案
- 11-28微信小程序自运营器 微信小程序自动运营器(让你的微信小程序,公众号零运营成本,24小时全自动运营)
- 11-28微信小程序如何实现和微信客服通话?
- 11-28微信小程序-Q爱天气