C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

13 rader
552 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 placeholder="" />
  11. <button bindtap='startAuth' hover-class='active'>确认付款</button>
  12. </view>
  13. </view>