C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
468 B

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