|
@@ -3,7 +3,7 @@
|
|
<van-tabs color="#ffffff" title-inactive-color="#cccccc" title-active-color="#ffffff" active="{{ active }}" bind:change="tabChange">
|
|
<van-tabs color="#ffffff" title-inactive-color="#cccccc" title-active-color="#ffffff" active="{{ active }}" bind:change="tabChange">
|
|
<van-tab title="{{index}}" wx:for="{{meetingList}}" wx:key="index">
|
|
<van-tab title="{{index}}" wx:for="{{meetingList}}" wx:key="index">
|
|
<view class="meetingList">
|
|
<view class="meetingList">
|
|
- <view class="{{index < item.length - 1 ? 'van-hairline--bottom': '' }}" style="padding-bottom: 15rpx;" bindtap="toPage" data-url="{{'/pages/detail/stroke'}}" data-cover="{{item.agendaCover}}" data-agendaVideo="{{item.agendaVideo}}" data-id="{{item.id}}" wx:for="{{item}}" wx:key="index">
|
|
|
|
|
|
+ <view class="van-hairline--bottom" style="padding-bottom: 15rpx;" bindtap="toPage" data-url="{{'/pages/detail/stroke'}}" data-cover="{{item.agendaCover}}" data-agendaVideo="{{item.agendaVideo}}" data-id="{{item.id}}" wx:for="{{item}}" wx:key="index">
|
|
<text style="margin-left: -0.5em;float: left;">· </text>
|
|
<text style="margin-left: -0.5em;float: left;">· </text>
|
|
<view class="sh" wx:if="{{item.agendaName}}">
|
|
<view class="sh" wx:if="{{item.agendaName}}">
|
|
{{item.agendaName}}
|
|
{{item.agendaName}}
|