Skip to content

Commit

Permalink
Update index.wxml
Browse files Browse the repository at this point in the history
合并原作者
  • Loading branch information
junwen.deng committed Feb 27, 2019
1 parent e7fd7df commit 8daeb0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/recharge/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
<radio-group name="type" class="radio-group">
<label class="radio">
<radio value="wx" checked /> 微信支付
</label>
</label>
<label class="radio" style='margin-left:20rpx;'>
<radio value="alipay" /> 支付宝
</label>
</radio-group>
</view>
</view>

<block wx:if='{{rechargeDic}}'>
<block wx:if='{{rechargeSendRules}}'>
<view class="charge-rule-wrap">
<block wx:for='{{rechargeDic}}' wx:for-item="item">
<block wx:for='{{rechargeSendRules}}' wx:for-item="item">
<button class='font charge-detail' bindtap="rechargeAmount" data-confine="{{item.confine}}" data-send="{{item.send}}">
<text>充{{item.confine}}送{{item.send}}</text>
</button>
Expand All @@ -46,4 +46,4 @@
</view>
</view>
</view>
</view>
</view>

0 comments on commit 8daeb0a

Please sign in to comment.