chongzhi.wxml
1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<view class="chongbox">
<view class='chongzhir'>充值金额</view>
<view class="chongtext">
<view class="chongtextleft">
¥
</view>
<view class="chongtextright">
<input placeholder='充值8000起' type="digit" bindinput="chongzhihui" placeholder-class="enterhui" wx:if="{{hui==1}}"/>
<input placeholder='请输入充值金额' type="digit" placeholder-class="enterhui" bindinput="chongzhi" wx:else/>
</view>
</view>
<view class='zhifu' bindtap="xuanzhifu">
<view class="zhifuleft" >
<image src="/img/xuanze.png"></image>
</view>
<view class="zhifuright">
<view class="zhifurightl">
<image src="/img/weixinimg.png"></image>
</view>
<view class="zhifurightr">微信支付</view>
</view>
</view>
</view>
<view class="yuedu" bindtap="agreet">
<view class="yueduleft" >
<image src="/img/duigou.png" wx:if="{{agree==true}}"></image>
<image src="/img/noxieyi.png" wx:else></image>
</view>
<view class="yuedutext">
<view class="yueduagree"> 我已阅读并同意</view>
<view class="yuedujing" catchtap='huiyuan'>《会员介绍》</view>
</view>
</view>
<view class="zhifupay" bindtap="zhifu">支付</view>