1 |
- <view class="content"><view class="one"><scroll-view class="money_scroll_view" scroll-x="{{true}}"><block wx:for="{{moneyList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toChange',['$0',index],[[['moneyList','',index]]]]]]]}}" class="{{['list',form.active==index?'active':'']}}" bindtap="__e"><view class="title">{{''+item.title+''}}</view><view class="money"><label class="fh _span">¥</label>{{item.money+''}}</view><view class="other">{{'有效期:'+item.days+'天'}}</view></view></block></scroll-view></view><view class="two"><view class="two_1"><button data-event-opts="{{[['tap',[['toBuy',['$event']]]]]}}" bindtap="__e">{{"确认协议并立即以"+form.money+"元支付"}}</button></view><view class="agree"><checkbox-group data-event-opts="{{[['change',[['changeAgree',['$event']]]]]}}" bindchange="__e"><label><checkbox checked="{{agree}}"></checkbox><text data-event-opts="{{[['tap',[['toAgree']]]]}}" catchtap="__e">我已阅读并同意“会员服务协议”</text></label></checkbox-group></view></view></view>
|