C端小程序
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.

13 líneas
550 B

  1. <view class='content'>
  2. <view class='title'>卡余额:{{remainingAmount}}元</view>
  3. <view class='head clearfix'>
  4. <text class='fl'>付款给{{merChant.merchant_name}}</text>
  5. <image class='fr' src='{{merChant.merchant_img_url}}' mode='widthFix'></image>
  6. </view>
  7. <text class='txt1'>金额</text>
  8. <view class='money'>
  9. <text class='icon'>¥</text>
  10. <input bindinput="bindKeyInput" class='num' type="digit" focus='true' placeholder="" />
  11. <button bindtap='startAuth' hover-class='active'>确认付款</button>
  12. </view>
  13. </view>