|
@@ -26,13 +26,17 @@
|
|
|
<text>充100元</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class='money_input'>
|
|
|
+ <text>金额(元)</text>
|
|
|
+ <input value='{{chargemoney_select}}' placeholder-class="section_phcolor" bindinput='saveMoney' type='number' placeholder="请输入充值金额" />
|
|
|
+ </view>
|
|
|
<view class='title1'><text class='blod'>选择支付方式</text></view>
|
|
|
<view class='title2'>
|
|
|
- <view class='alipay' >
|
|
|
+ <!-- <view class='alipay' >
|
|
|
<image src='/images/alipay.png'></image>
|
|
|
<text>支付宝支付</text>
|
|
|
<view><radio color="#00a8dc" disabled="true" /></view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="wechat" >
|
|
|
<image src='/images/wechat.png'></image>
|
|
|
<text>微信支付</text>
|
|
@@ -42,10 +46,5 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
-
|
|
|
-<!-- <view class='money_input'>
|
|
|
- <text>金额(元)</text>
|
|
|
- <input value='{{chargemoney_select}}' placeholder-class="section_phcolor" bindinput='saveMoney' type='number' placeholder="请输入充值金额" />
|
|
|
-</view> -->
|
|
|
<button class='chargemoney_button' bindtap="beginChargemoney">立即充值(跳转微信支付)</button>
|
|
|
<view class="foot"><text>点击立即充值即表示同意</text><text class='blue'>充值协议</text></view>
|