|
|
@@ -86,7 +86,7 @@
|
|
|
<view style="width: 240rpx;">描述</view>
|
|
|
</view>
|
|
|
<!-- 表格 -->
|
|
|
- <view wx:for="{{liveSessionList}}" class="data-formlist-row">
|
|
|
+ <view wx:for="{{liveSessionList}}" class="data-formlist-row {{optionRow==index?'option-row':''}}" data-index="{{index}}" catchtap="optionItemIndex">
|
|
|
<view class="w200rpx">{{item.starttime}}</view>
|
|
|
<view style="width: 180rpx;">{{item.sessionid}}</view>
|
|
|
<view style="width: 160rpx;">{{item.liveuv}}</view>
|
|
|
@@ -94,6 +94,9 @@
|
|
|
<view style="width: 240rpx; display: flex; align-items: center;">
|
|
|
<input disabled="{{true}}" style="width: 100%; text-align: center;" type="text" value="{{item.description==null?'暂无':item.description}}" />
|
|
|
</view>
|
|
|
+ <view class="more-but-box" wx:if="{{optionRow==index}}">
|
|
|
+ <view class="more-but">更多</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
<view class="paging-button">
|