You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
2.7 KiB
66 lines
2.7 KiB
<import src="../../wxParse/wxParse.wxml" />
|
|
<view class="content">
|
|
<scroll-view scroll-x="{{false}}" scroll-y="{{true}}">
|
|
<image src="{{bannerImage}}" class="slide-image" mode='widthFix' />
|
|
<view class='activity_info'>
|
|
<text class='title'>家政节大作战</text>
|
|
<view class="row">
|
|
<text class="num">20人团</text>
|
|
<text class="limit_type">新老用户均可参团</text>
|
|
</view>
|
|
<view class="row" style='padding-top: 10rpx;'>
|
|
<text class="sucess_tip">拼团成功人均获得一张</text>
|
|
<text class="sucess_card">高端保洁铂金月卡</text>
|
|
</view>
|
|
<view class="price_row">
|
|
<view style='float: left;'>
|
|
<text class="common666">原价:</text>
|
|
<text class="common666">200元</text>
|
|
</view>
|
|
<view style='float: left;'>
|
|
<text class="common666">团长价:</text>
|
|
<text class="commonRed">499</text>
|
|
</view>
|
|
<view style='float: left;'>
|
|
<text class="common666">团员价:</text>
|
|
<text class="commonRed">499</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class='grounp_info'>
|
|
<view class='status'>
|
|
<text class="tag">拼团中</text>
|
|
<view class='remark'>还差
|
|
<text class='num'>4</text>人拼团成功
|
|
</view>
|
|
<view class="countDownTimeView">
|
|
<text class="countDownTimeText">{{countDownDay}}天</text>
|
|
<text class="countDownTimeText">{{countDownHour}}时</text>
|
|
<text class="countDownTimeText">{{countDownMinute}}分</text>
|
|
<text class="countDownTimeText">{{countDownSecond}}秒</text>
|
|
</view>
|
|
</view>
|
|
<view class='list'>
|
|
<scroll-view scroll-x="{{true}}" scroll-y="{{false}}" class='list'>
|
|
<view class='view'>
|
|
<view wx:for-items="{{memberList}}" class="memberList">
|
|
<image class='headImage' src='{{item.headUrl}}'></image>
|
|
<text class="{{item.memberType == 0 ? 'markBlock' : 'markNone'}}">团长</text>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|
|
</view>
|
|
<image src="{{ruleImage}}" bindload="ruleImageLoad" style="width:100%;margin: 5rpx auto;height:{{rule_image_height}}px"></image>
|
|
<view class="global_focus intro-box" style='margin: 5rpx auto;'>
|
|
<template is="wxParse" data="{{wxParseData:activityDetail.nodes}}" />
|
|
</view>
|
|
</scroll-view>
|
|
<view class='bottom_view'>
|
|
<view class='one_content' id='one_button' style='background-color:{{bottomBGColor}};'>{{buttomText}}</view>
|
|
<view class='two_content' id='two_content'>
|
|
<view class='left'>¥499</view>
|
|
<view class='right'>{{buttomText}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|