C端小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
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>