|
|
@@ -6,10 +6,10 @@
|
|
|
</view>
|
|
|
<view class="tag-box">
|
|
|
<van-tag custom-class='tag' wx:for="{{item.tags.systemtag}}" wx:key="index" wx:for-item='tag' color='#FA8C16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
- <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:key="index" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
+ <van-tag custom-class='tag' wx:for="{{item.tags.datatag}}" wx:key="index" wx:for-item='tag' color='#FAAB16' text-color='#fff' round>{{tag}}</van-tag>
|
|
|
</view>
|
|
|
<view class="exp line-1">开始时间:<text>{{item.starttime}}</text></view>
|
|
|
- <view class="exp line-1">截止时间:<text>{{item.endtime}}</text></view>
|
|
|
+ <view class="exp line-1">结束时间:<text>{{item.endtime||' --'}}</text></view>
|
|
|
</navigator>
|
|
|
|
|
|
<wxs module="backColor">
|