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.
|
- <view class='content'>
- <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='gotoPayMoney'>确认付款</button>
- </view>
- </view>
|