| 1 |
- <view class="app-content pay-wrap _div"><block wx:if="{{!$root.g0}}"><view class="delivery-wrap _div"><block wx:if="{{!$root.g1}}"><view class="shop-logo-wrap _div"><view class="logo-img _div"><image src="{{$root.f0}}" alt mode="widthFix" class="_img"></image></view></view></block><view class="module-com pay-input-wrap _div"><pay-input-module vue-id="1" focus="{{inpFocus}}" num="{{amount}}" data-event-opts="{{[['^focusFn',[['focusFn']]],['^blurFn',[['blurFn']]],['^clickKey',[['clickKeyFn']]]]}}" bind:focusFn="__e" bind:blurFn="__e" bind:clickKey="__e" bind:__l="__l"></pay-input-module><block wx:if="{{!$root.g2&&shopUser.userAsset.balance!='0.00'}}"><view class="balance _div"><label class="_span">账户余额 ¥</label><label class="app-size-30 _span">{{shopUser.userAsset.balance}}</label></view></block></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['view-more _div',(tabIndex==1)?'open':'']}}" bindtap="__e"><view class="view-more-text _div">{{tabIndex==0?'填写收花人':'收起'}}</view><view class="iconfont iconjiantouxia _i"></view></view><block wx:if="{{tabIndex==1}}"><block><app-delivery-module class="vue-ref" vue-id="2" anonymous="{{true}}" data-ref="appDelivery" bind:__l="__l"></app-delivery-module></block></block><block wx:if="{{!$root.g3}}"><view class="module-com discount-wrap _div"><view class="module-tit _div">可选优惠</view><view class="module-det _div"><app-coupon-sel class="vue-ref" vue-id="3" price="{{amount}}" discountArr="{{['member','coupon']}}" data-ref="couponSel" bind:__l="__l"></app-coupon-sel></view></view></block><view class="btn-wrap _div"><block wx:if="{{!$root.g4&&shopUser.userAsset.balance&&shopUser.userAsset.balance!='0.00'}}"><button data-event-opts="{{[['tap',[['balancePayFn',['$event']]]]]}}" class="button-com red" bindtap="__e">余额支付</button></block><block wx:if="{{$root.m0}}"><button data-event-opts="{{[['tap',[['wexinPayFn',['$event']]]]]}}" class="button-com green" bindtap="__e">微信支付</button></block><block wx:else><button data-event-opts="{{[['tap',[['aliPayFn',['$event']]]]]}}" class="button-com red" bindtap="__e">支付宝支付</button></block></view></view></block><modal-module vue-id="4" show="{{passwordModal}}" maskClosable="{{false}}" title="支付密码" padding="30rpx 30rpx" data-event-opts="{{[['^cancel',[['modalCancel']]],['^click',[['passwordModalClick']]]]}}" bind:cancel="__e" bind:click="__e" bind:__l="__l" vue-slots="{{['content']}}"><view slot="content"><view class="app-modal-input-wrap _div"><view class="inp-list-line _div"><view class="line-input _div"><input class="inp-input" type="password" adjust-position="{{false}}" data-event-opts="{{[['input',[['__set_model',['$0','payPassword','$event',[]],['modalForm']]]]]}}" value="{{modalForm.payPassword}}" bindinput="__e"/></view></view></view></view></modal-module><view data-ref="alipayWap" class="al-pay _div vue-ref"><rich-text nodes="{{aliPayHtml}}"></rich-text></view></view>
|