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.
1 lines
1.3 KiB
1 lines
1.3 KiB
<block wx:if="{{playData}}"><view class="play_container flex column data-v-3231af00"><view class="play_header data-v-3231af00"><view class="play_header_price data-v-3231af00">{{'¥'+$root.g0+''}}</view></view><view class="play_cards oneflex data-v-3231af00"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="play_card data-v-3231af00"><view class="play_card_top flex ac data-v-3231af00"><image src="../../../../static/account.png" class="data-v-3231af00"></image><view class="oneflex data-v-3231af00"><view class="play_card_top_name data-v-3231af00">{{''+item.$orig.name+''}}<block wx:if="{{item.$orig.shareCompanyQuota==1}}"><text class="data-v-3231af00">( 共享 )</text></block></view><view class="play_card_top_balance data-v-3231af00">{{"当前余额:"+item.g1+"元"}}</view></view><checkbox-group data-event-opts="{{[['change',[['checkChange',['$event']]]]]}}" bindchange="__e" class="data-v-3231af00"><checkbox style="transform:scale(0.7);" checked="{{item.g2}}" value="{{item.$orig.companyId+'&'+item.$orig.accountCardCode}}" class="data-v-3231af00"></checkbox></checkbox-group></view></view></block></view><view class="play_footer data-v-3231af00"><view data-event-opts="{{[['tap',[['goResult',['$event']]]]]}}" class="play_footer_botton flex ac jc data-v-3231af00" bindtap="__e">确定支付</view></view></view></block> |