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
3.7 KiB
1 lines
3.7 KiB
<view style="{{(colorStyle)}}"><view class="accountTitle"><view style="{{'height:'+(getHeight.barTop+'px')+';'}}"></view><view class="sysTitle acea-row row-center-wrapper" style="{{'height:'+(getHeight.barHeight+'px')+';'}}"><view>账户充值</view><text data-event-opts="{{[['tap',[['goarrow',['$event']]]]]}}" class="iconfont icon-ic_leftarrow" bindtap="__e"></text></view></view><view style="{{'height:'+(getHeight.barTop+getHeight.barHeight+'px')+';'}}"></view><form data-event-opts="{{[['submit',[['submitSub',['$event']]]]]}}" bindsubmit="__e"><view class="paymentCon"><view class="payment-top"><label class="name _span">我的余额</label><view class="money">{{userinfo.now_money||0}}</view><view class="pictrue"><image src="../static/chongzhi.png"></image></view></view></view><view class="payment"><block wx:if="{{balanceStatus}}"><view class="nav acea-row row-between-wrapper"><block wx:for="{{navRecharge}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['navRecharges',[index]]]]]}}" class="{{['item',active==index&&index==0?'on on1':active==index&&index==1?'on on2':index!=1?'on3':'']}}" bindtap="__e">{{''+item+''}}</view></block></view></block><block wx:if="{{!active}}"><view class="tip picList"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{item.$orig.price}}"><view data-event-opts="{{[['tap',[['picCharge',[index,'$0'],[[['picList','',index]]]]]]]}}" class="{{['pic-box','pic-box-color','acea-row','row-center-wrapper','row-column',activePic==index?'pic-box-color-active':'']}}" bindtap="__e"><view><view class="pic-number-pic">¥<text class="money">{{item.$orig.price}}</text></view><view class="pic-number">{{"赠送"+item.$orig.give_money+"元"}}</view><block wx:if="{{item.m0}}"><view class="label">充值福利</view></block></view></view></block></block><view data-event-opts="{{[['tap',[['picCharge',['$0'],['picList.length']]]]]}}" class="{{['pic-box','pic-box-color','acea-row','row-center-wrapper',activePic==$root.g0?'pic-box-color-active':'']}}" bindtap="__e"><input class="pic-box-money" type="digit" placeholder="{{activePic==$root.g1?'':'自定义'}}" placeholder-class="placeholders" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e"/></view></view></block><block wx:else><view class="tip"><view class="title">转入佣金</view><view class="input acea-row row-middle"><text>¥</text><input maxlength="{{moneyMaxLeng}}" placeholder="请输入转入佣金金额" type="digit" placeholder-class="placeholder" name="number" data-event-opts="{{[['input',[['__set_model',['','number','$event',[]]],['inputNum',['$event']]]]]}}" value="{{number}}" bindinput="__e"/></view><view class="tips-title acea-row row-between-wrapper"><view>当前可转入佣金<text class="font-num">{{userinfo.commissionCount||0}}</text>元,冻结佣金<text class="font-num">{{userinfo.broken_commission}}</text>元</view><view data-event-opts="{{[['tap',[['allChange',['$event']]]]]}}" class="font-num" bindtap="__e">全部转入</view></view></view></block><view class="tips-box"><view class="tips">充值说明</view><block wx:for="{{rechargeAttention}}" wx:for-item="item" wx:for-index="__i0__" wx:key="*this"><view class="tips-samll acea-row row-top row-between"><view class="drop"></view><view class="info">{{item}}</view></view></block></view><button class="but bg-color" formType="submit">{{''+(active?'立即转入':'立即充值')}}</button></view></form><tui-modal vue-id="13b04e9e-1" show="{{showModal}}" title="温馨提示" content="转入余额后无法再次转出,确认是否转入余额" maskClosable="{{false}}" data-event-opts="{{[['^click',[['handleClick']]]]}}" bind:click="__e" bind:__l="__l"></tui-modal></view> |