|
@@ -22,7 +22,8 @@
|
|
|
|
|
|
|
|
|
</view>
|
|
|
- <view class="addRoom" wx:if="{{canShow}}" bindtap="addRoom">+
|
|
|
+ <view class="addRoom" wx:if="{{canShow}}" bindtap="addRoom">
|
|
|
+ <image class="addImg" src="../../static/images/add.png"></image>
|
|
|
</view>
|
|
|
<view class="result" wx:if="{{roomList.length > 0}}">
|
|
|
|
|
@@ -44,6 +45,7 @@
|
|
|
</view> <view class='slider-handle'>{{todoItem.text}}</view>-->
|
|
|
<swider-left class="swider-item moveView " wx:for="{{roomList}}" wx:for-item="item" wx:key="item.businessId"
|
|
|
open="{{item.isOpen}}"
|
|
|
+ butText="{{fetcherData.state == 102?'删除房间':'关闭房间'}}"
|
|
|
data-id="{{item.businessId}}"
|
|
|
bind:sliderLeftStart="handleSliderLeftStart"
|
|
|
bind:change="handleChange"
|