|
@@ -44,7 +44,13 @@
|
|
|
<image src="{{item.img}}"></image>
|
|
|
<view>
|
|
|
<view class="tt">{{item.name}} </view>
|
|
|
- <text class="hd_ly">来源 :{{item.organizer_name}} <text>{{item.publish_time}}</text></text>
|
|
|
+
|
|
|
+ <view class="ly">
|
|
|
+ <view>
|
|
|
+ <text>{{item.begin_time}}</text>
|
|
|
+ </view>
|
|
|
+ <text class="nowrap">来源:{{item.organizer_name}}</text>
|
|
|
+ </view>
|
|
|
<text>{{item.desc}}</text>
|
|
|
</view>
|
|
|
</navigator>
|
|
@@ -61,6 +67,7 @@
|
|
|
<view class="ly">
|
|
|
<view>
|
|
|
<text>{{item.begin_time}}</text>
|
|
|
+ <text>{{item.address}}</text>
|
|
|
</view>
|
|
|
<text>主讲人:{{item.speaker}}</text>
|
|
|
<text>{{item.publish_unit}}</text>
|
|
@@ -119,8 +126,15 @@
|
|
|
<image src="{{item.img}}"></image>
|
|
|
<view>
|
|
|
<view class="tt">{{item.name}} </view>
|
|
|
- <text class="hd_ly">来源 :{{item.organizer_name}} <text>{{item.publish_time}}</text></text>
|
|
|
+ <view class="ly">
|
|
|
+ <view>
|
|
|
+ <text>{{item.begin_time}}</text>
|
|
|
+ </view>
|
|
|
+ <text class="nowrap">来源:{{item.organizer_name}}</text>
|
|
|
+ </view>
|
|
|
<text>{{item.desc}}</text>
|
|
|
+
|
|
|
+
|
|
|
</view>
|
|
|
</navigator>
|
|
|
<block wx:if='{{total_0 >= 20}}'>
|
|
@@ -139,6 +153,7 @@
|
|
|
<view class="ly">
|
|
|
<view>
|
|
|
<text>{{item.begin_time}}</text>
|
|
|
+ <text>{{item.address}}</text>
|
|
|
</view>
|
|
|
<text>主讲人:{{item.speaker}}</text>
|
|
|
<text>{{item.publish_unit}}</text>
|