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