<!--pages/groupPage/collage-details/collage-details.wxml--> <view class="collage-details"> <view class="step"> <image src="../../../static/groupImg/step.png"></image> <view class="txt"> <text>1.支付成功</text> <text>2.邀请朋友参加</text> <text>3.去朗读</text> </view> </view> <view class="details-head"> <view class="headImg"> <block wx:for="{{joinUserList}}" wx:key="{{index}}"> <view class="headImg-item"> <image src="{{item.avatar}}"></image> </view> </block> <block wx:for="{{surplusList}}" wx:key="{{index}}"> <view class="headImg-item"> <image src="../../../static/groupImg/no_head.png"></image> </view> </block> </view> <view class="shengyu"> <view class="shengyu-num">仅剩<text>{{surplusNum}}</text>个名额就拼团成功了</view> <view class="shengyu-time"> 剩余时间: <view class="time"> <image src="../../../static/groupImg/Rectangle_31.png"></image> <text>{{timeList[0]}}</text> </view> 天 <block wx:for="{{timeList[1]}}" wx:key="{{index}}"> <view class="time"> <image src="../../../static/groupImg/Rectangle_31.png"></image> <text>{{item}}</text> </view> </block> 时 <block wx:for="{{timeList[2]}}" wx:key="{{index}}"> <view class="time"> <image src="../../../static/groupImg/Rectangle_31.png"></image> <text>{{item}}</text> </view> </block> 分 </view> </view> <view class="invitation-btn" bindtap="share"> <image src="../../../static/groupImg/Invitation.png"></image> <text>邀请朋友参加</text> </view> </view> <view class="rule" style="{{hideFlag ? 'right' : 'left'}}: 0" bindtap="hide"> <image src="../../../static/groupImg/rule{{hideFlag ? '1' : '2'}}.png"></image> <text>拼团规则</text> </view> <view class="explain" hidden="{{hideFlag}}"> <text>拼团规则</text> * 转发给自己的朋友们,分享好课, 追随您一起学习进步。您的魅力不是吹的! * 在限定时间内内成功拼团,您将得到xx元的奖励金哦。 * 如果拼团失败,您预付的课程费将在48小时内退回您的账户。 </view> </view> <canvas canvas-id="myCanvas" style="width:370px; height: 507px; position: absolute; left: -99rpx; top: -999rpx;"></canvas> <shareDialog id="share-dialog" shareType='group' bindcustomevent="eventListener"/> <popup typeOf="sendSuccess" title="报告团长" headTextTwo="您发起的团购已经成立,订单号:12345" content="{{content}}" ></popup>