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.
82 lines
2.7 KiB
82 lines
2.7 KiB
<view class="container" style="overflow-x: hidden;"> |
|
<!-- <view class="nav"> |
|
<view class="activetitle">【侗族侗年摄影】乐里侗年盛大活动-岜沙枪手部落-肇兴烟花夜景(全年仅此一批)</view> |
|
<view class="activetime">开始时间:2020-10-10 08:00 至 2020-10-10 17:00</view> |
|
</view> --> |
|
<view class="top"> |
|
<view class="other-top"> |
|
<image src="../../../images/left.png"></image> |
|
报名成员({{groups.length}}) |
|
</view> |
|
</view> |
|
<view class="groupList"> |
|
<block wx:for="{{groups}}" wx:key="groups"> |
|
<view class="list"> |
|
<view class="name">{{item.realname || ''}}-{{item.phone || ''}}</view> |
|
<view class="price">费用项目<text>¥{{item.realCost || '0'}}</text></view> |
|
</view> |
|
</block> |
|
</view> |
|
<view class="first"> |
|
<view class="total"> |
|
总费用<text>¥{{theOrderDetail.realCost || '0'}}</text> |
|
</view> |
|
<!-- <view class="total"> |
|
现金优惠券<view>无可用<image src='../../../images/back.png'></image> |
|
</view> |
|
</view> |
|
<view class="total"> |
|
实际应付<text>¥{{trueTotal}}</text> |
|
</view> --> |
|
</view> |
|
<view class="top"> |
|
<view class="other-top"> |
|
<image src="../../../images/left.png"></image> |
|
选择支付 |
|
</view> |
|
<radio-group bindchange="backChange"> |
|
<label class="radio-box"> |
|
<view class="radiocircle"> |
|
<view class="name"> |
|
<image src="../../../images/wxpay.png"></image>微信支付 |
|
</view> |
|
<view class="radio-check"> |
|
<radio value="1" checked="checked" /> |
|
</view> |
|
</view> |
|
</label> |
|
<!-- <label class="radio-box"> |
|
<view class="radiocircle"> |
|
<view class="name"> |
|
<image src="../../../images/trash.png"></image>线下支付 |
|
<text>(需主办方审核通过,否则订单无效)</text> |
|
</view> |
|
<view class="radio-check"> |
|
<radio value="2" /> |
|
</view> |
|
</view> |
|
</label> --> |
|
<!-- <label class="radio-box"> |
|
<view class="radiocircle"> |
|
<view class="name"> |
|
<image src="../../../images/cashpay.png"></image>钱包支付 |
|
</view> |
|
<view class="radio-check"> |
|
<radio value="3" /> |
|
</view> |
|
</view> |
|
</label> --> |
|
</radio-group> |
|
</view> |
|
<view class="agree"> |
|
<checkbox-group bindchange="checkboxChange"> |
|
<label class="xieyi-class"> |
|
<checkbox checked="{{checked}}" name="box_check" value="{{checked}}" bind></checkbox> |
|
我同意《XXX服务协议》,并确认活动真实性,同意支付报名 |
|
</label> |
|
</checkbox-group> |
|
</view> |
|
<view class="bottom" bindtap="topay"> |
|
确定支付 |
|
</view> |
|
</view> |