yuminge-app/yun-min-program-plugin-master/mycomponent/channelsLiveFloat/channelsLiveFloat.wxml

14 lines
390 B
Plaintext

<!--mycomponent/channelsLiveFloat/channelsLiveFloat.wxml-->
<view wx:if="{{is_open}}" class="channelsLive {{liveSettingInfo.position==0 ? 'left' : 'right'}}" style="top:{{liveSettingInfo.position_top}}px;" bindtap="openChannelsLive">
<view class="face">
<image src="{{liveSettingInfo.hover_icon}}"></image>
</view>
<view class="text">{{liveSettingInfo.name}}</view>
</view>