Commit f721da71f04ba68d91a33e41c82f97ee3a695663
1 parent
c93e7739
大转盘活动展示修改
Showing
1 changed file
with
11 additions
and
15 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.wxml
| ... | ... | @@ -62,28 +62,24 @@ |
| 62 | 62 | </view> |
| 63 | 63 | </view> |
| 64 | 64 | <!-- 活动展示 --> |
| 65 | - <view wx:if="{{luckInfo.remark}}"> | |
| 65 | + <view> | |
| 66 | 66 | <view class="badge-container"><image src="{{imghost + 'miniapp/images/luckDraw/badge.png'}}" class="badge activity" lazy-load></image></view> |
| 67 | 67 | <view class="bg-white br12 pd20 fs28"> |
| 68 | 68 | <!-- {{luckInfo.remark}} --> |
| 69 | 69 | <import src="../../../../utils/wxParse/wxParse.wxml"/> |
| 70 | - <template is="wxParse" data="{{wxParseData:content.nodes}}"/> | |
| 70 | + <!-- <template is="wxParse" data="{{wxParseData:content.nodes}}"/> --> | |
| 71 | 71 | <!-- 时间 --> |
| 72 | - <!-- <view class="bdb"> | |
| 73 | - <view class=""> | |
| 72 | + <view class="bdb"> | |
| 73 | + <!-- <view class=""> --> | |
| 74 | 74 | <view class="txt-red">活动时间:</view> |
| 75 | - <view class="fs28 pdv20">187606546456</view> | |
| 76 | - </view> | |
| 77 | - <view> | |
| 78 | - <view class="txt-red">兑换时间:</view> | |
| 79 | - <view class="fs28 pdv20">-</view> | |
| 80 | - </view> | |
| 81 | - </view> --> | |
| 75 | + <view class="fs28 pdv20">{{filter.format_time(luckInfo.begindate, 1) + ' 至 ' + filter.format_time(luckInfo.enddate, 1)}}</view> | |
| 76 | + <!-- </view> --> | |
| 77 | + </view> | |
| 82 | 78 | <!-- 规则 --> |
| 83 | - <!-- <view class="bdb"> | |
| 84 | - <view class="txt-red pdt20">活动规则:</view> | |
| 85 | - <view class="fs28 pdv20">-</view> | |
| 86 | - </view> --> | |
| 79 | + <view class="bdb" wx:if="{{luckInfo.remark}}"> | |
| 80 | + <view class="txt-red pdt20">活动说明:</view> | |
| 81 | + <view class="fs28 pdv20"><template is="wxParse" data="{{wxParseData:content.nodes}}"/></view> | |
| 82 | + </view> | |
| 87 | 83 | <!-- 电话 --> |
| 88 | 84 | <!-- <view class="bdb"> |
| 89 | 85 | <view class="txt-red pdt20">联系电话:</view> | ... | ... |