1 line
1.9 KiB
Plaintext
1 line
1.9 KiB
Plaintext
<view class="plr30"><view class="f32 mt50">可用红包</view><block wx:for="{{hbs}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="flex_column flex_items mt30" style="width:100%;"><view class="bgwhite p30" style="border-radius:15rpx;width:calc(100% - 60rpx);"><u-radio-group bind:input="__e" vue-id="{{'ec56e52a-1-'+index}}" iconPlacement="right" value="{{who}}" data-event-opts="{{[['^input',[['__set_model',['','who','$event',[]]]]]]}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="flex_start flex_items" style="width:100%;"><view class="flex_between flex_items"><view class="flex_column" style="width:370rpx;"><view class="f32">{{item.name}}</view><view class="f28 mt15" style="color:#a3a1a1e6;">{{item.remark}}</view></view><view class="flex_column flex_items" style="width:192rpx;color:#fe4141;"><view><text class="f26">¥</text><text class="f58">{{item.balance}}</text></view><view class="f28">{{"满"+item.full_balance+"可用"}}</view></view></view><u-radio class="ml30" vue-id="{{('ec56e52a-2-'+index)+','+('ec56e52a-1-'+index)}}" name="{{index}}" activeColor="#FBB500" shape="square" size="22" iconSize="15" data-event-opts="{{[['^change',[['radioChange']]]]}}" bind:change="__e" bind:__l="__l"></u-radio></view></u-radio-group></view></view></block><view style="width:100%;height:140rpx;"></view><view class="flex_start flex_items" style="position:fixed;width:calc(100% - 60rpx);left:30rpx;bottom:30rpx;border-radius:40rpx;overflow:hidden;"><view class="pl30 ptb20 f28" style="width:65%;background:#333;color:#fff;"><text class="ml30">{{"红包优惠¥"+discount}}</text></view><view data-event-opts="{{[['tap',[['gopay',['$event']]]]]}}" class="ptb20 f32 f-center bold" style="width:35%;background:#fde64f;color:#333;" bindtap="__e">确认</view></view><ywatermark vue-id="ec56e52a-3" info="原创内容,禁止转载" bind:__l="__l"></ywatermark></view> |