No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <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='true' placeholder="" />
- <button bindtap='startAuth' hover-class='active'>确认付款</button>
- </view>
- </view>
|