1.26 个股详情业务结构,发展历程模块完善
This commit is contained in:
8
unpackage/dist/dev/mp-weixin/custom-tab-bar/index.wxml
vendored
Normal file
8
unpackage/dist/dev/mp-weixin/custom-tab-bar/index.wxml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<!--components/custom-tab-bar/index.wxml-->
|
||||
<view class="tab-bar">
|
||||
<view wx:for="{{list}}" wx:key="index" class="tab-bar-item {{item.bulge?'bulge':''}}" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="{{item.jump=='nav'?'navigateTo':'switchTab'}}">
|
||||
<image class="image" src="{{selected == index ? item.selectedIconPath : item.iconPath}}" mode="heightFix"></image>
|
||||
<view wx:if="{{item.text}}" class="tab-bar-view"
|
||||
style="color: {{selected==index?selectedColor:color}};">{{item.text}}</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user