- <view class='content'>
- <!-- <view class='title'>卡余额:{{remainingAmount}}元</view> -->
- <view class='head clearfix'>
- <text class='fl'>付款给{{merChant.merchant_name}}</text>
- <image class='fr' src='{{merChant.merchant_img_url}}' mode='widthFix'></image>
- </view>
- <text class='txt1'>金额</text>
- <view class='money'>
- <text class='icon'>¥</text>
- <input bindinput="bindKeyInput" class='num' type="digit" focus placeholder="" />
- <button bindtap='startAuth' hover-class='active'>确认付款</button>
- </view>
- </view>
|