|
|
@ -1,29 +1,29 @@ |
|
|
<import src="../../wxParse/wxParse.wxml" /> |
|
|
<import src="../../wxParse/wxParse.wxml" /> |
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<scroll-view scroll-x="{{false}}" scroll-y="{{true}}"> |
|
|
<scroll-view scroll-x="{{false}}" scroll-y="{{true}}"> |
|
|
<image src="{{bannerImage}}" class="slide-image" mode='widthFix' /> |
|
|
|
|
|
|
|
|
<image src="{{activityDetail.showUrl}}" class="slide-image" mode='widthFix' /> |
|
|
<view class='activity_info'> |
|
|
<view class='activity_info'> |
|
|
<text class='title'>家政节大作战</text> |
|
|
|
|
|
|
|
|
<text class='title'>{{activityDetail.activityName}}</text> |
|
|
<view class="row"> |
|
|
<view class="row"> |
|
|
<text class="num">20人团</text> |
|
|
|
|
|
<text class="limit_type">新老用户均可参团</text> |
|
|
|
|
|
|
|
|
<text class="num">{{activityDetail.limitNum}}人团</text> |
|
|
|
|
|
<text class="limit_type">{{activityDetail.typeDesc}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="row" style='padding-top: 10rpx;'> |
|
|
<view class="row" style='padding-top: 10rpx;'> |
|
|
<text class="sucess_tip">拼团成功人均获得一张</text> |
|
|
<text class="sucess_tip">拼团成功人均获得一张</text> |
|
|
<text class="sucess_card">高端保洁铂金月卡</text> |
|
|
|
|
|
|
|
|
<text class="sucess_card">{{activityDetail.goodsName}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="price_row"> |
|
|
<view class="price_row"> |
|
|
<view style='float: left;'> |
|
|
<view style='float: left;'> |
|
|
<text class="common666">原价:</text> |
|
|
<text class="common666">原价:</text> |
|
|
<text class="common666">200元</text> |
|
|
|
|
|
|
|
|
<text class="common666del">{{activityDetail.originalPrice}}元</text> |
|
|
</view> |
|
|
</view> |
|
|
<view style='float: left;'> |
|
|
<view style='float: left;'> |
|
|
<text class="common666">团长价:</text> |
|
|
<text class="common666">团长价:</text> |
|
|
<text class="commonRed">499</text> |
|
|
|
|
|
|
|
|
<text class="commonRed">{{activityDetail.originatorPrice}}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view style='float: left;'> |
|
|
<view style='float: left;'> |
|
|
<text class="common666">团员价:</text> |
|
|
<text class="common666">团员价:</text> |
|
|
<text class="commonRed">499</text> |
|
|
|
|
|
|
|
|
<text class="commonRed">{{activityDetail.participantPrice}}</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|