You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/bocaiTVConfig/index.wxml

46 lines
1.8 KiB
Plaintext

<view class="showList">
<view class="title">播放列表</view>
<view class="list bgf br8">
<radio-group bindchange="radioChange" name="" class="radiogroup">
<!-- <view class='dib' wx:for='{{sex}}' wx:key='value'> -->
<radio value="1" color="#1890ff" checked="{{configInfo.tvList == 0 ? true : false}}">
<view class="dib">{{'播放招工列表'}}</view>
</radio>
<radio value="2" color="#1890ff" disabled='true' checked="{{false}}">
<view class="dib c9">{{'播放招生列表'}}</view>
</radio>
<radio value="3" color="#1890ff" disabled='true' checked="{{false}}">
<view class="dib c9">{{'招生招工交替播放'}}</view>
</radio>
<!-- </view> -->
</radio-group>
</view>
</view>
<view class="showList">
<view class="title">播放间隔时间 (秒)</view>
<view class="content bgf p26 df br8" bindtap="changeTime">
<view class>
<view class="iconfont icon-jian biggerSize2" data-type="minus"></view>
</view>
<view class style="min-width:60px;text-align:center">
<span class="fw500 f22" style="fw500">{{configInfo.tvStep}}</span>
</view>
<view class>
<view class="iconfont icon-jia11 biggerSize2" data-type="add"></view>
</view>
</view>
</view>
<view class="showList">
<view class="title">更换logo</view>
<view class="logocontent bgf br8" bindtap='chooseImg'>
<view class="imageBox">
<image class wx:if="{{configInfo.logo}}" style="display:block" src="{{configInfo.logo}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<view wx:else class="t-icon t-icon-bocai" style></view>
</view>
<i class="iconfont icon-gengduo11" style></i>
</view>
</view>
<view class style="text-align:center">
<button type="primary" class="dtBtn" bindtap="updateTVConfig">更新配置</button>
</view>