|
@@ -35,6 +35,9 @@
|
|
|
<text wx:else>{{currentActivity.attendfee}}/人</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view wx:if="{{currentActivity.category}}">{{currentActivity.category}}</view>
|
|
|
+
|
|
|
<view class="label">
|
|
|
<view class="label-icon">
|
|
|
<image src="../../img/location.png"></image>
|
|
@@ -58,11 +61,19 @@
|
|
|
报名截止:{{currentActivity.endtime}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="activity" wx:if='{{currentActivity.content}}'>
|
|
|
+ <view class="activity" wx:if='{{currentActivity.speaker}}'>
|
|
|
+ <view class="activity-title">主讲人:</view>
|
|
|
+ <view class="activity-content">
|
|
|
+ <view>
|
|
|
+ {{currentActivity.speaker}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="activity" wx:if='{{currentActivity.attention}}'>
|
|
|
<view class="activity-title">活动介绍</view>
|
|
|
<view class="activity-content">
|
|
|
<view>
|
|
|
- {{currentActivity.content}}
|
|
|
+ {{currentActivity.attention}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -76,7 +87,7 @@
|
|
|
</view>
|
|
|
<view class="traffic" wx:if='{{currentActivity.latitude && currentActivity.longitude}}'>
|
|
|
<!-- <view class="traffic-title"></view> -->
|
|
|
- <!-- <view class="traffic-desc"></view> -->
|
|
|
+ <view class="traffic-desc" wx:if="{{currentActivity.traffic}}">{{currentActivity.traffic}}</view>
|
|
|
<view class="traffic-map">
|
|
|
<map id="map" longitude="{{currentActivity.longitude}}" latitude="{{currentActivity.latitude}}" scale="14" markers="{{markers}}"></map>
|
|
|
</view>
|