chache/graceUI/components/graceSegmentedControl.wxml
2024-01-22 18:48:00 +08:00

4 lines
390 B
Plaintext

<view class="gui-segmented-Control" style="height:{{height}}; background:{{bgColor}};">
<view catchtap="changeSC" class="gui-segmented-Control-item" data-index="{{index}}" style="height:{{height}}; line-height:{{height}}; color:{{current==index?'#FFFFFF':color}}; background:{{current==index?color:''}}; fontSize:{{fontSize}};" wx:for="{{items}}" wx:key="index">{{item}}</view>
</view>