buy.wxml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <view class="buy-bg">
  2. <navigator url="/packageUser/pages/user/radish/radish" >
  3. <view class="buy-top">
  4. <text class="buy-luobo-text">我的代金券</text>
  5. <view class="buy-luobo-count">{{balance / 100}}</view>
  6. </view>
  7. </navigator>
  8. <view class="buy-chong" wx:if="{{!invitemode}}">快捷购买</view>
  9. <view class="buy-chong-park">
  10. <!--
  11. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="5000">
  12. <view class="chong-luobo-count">5000代金券</view>
  13. <view class="chong-luobo-money">¥50</view>
  14. </view>
  15. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="7500">
  16. <view class="chong-luobo-count">7500代金券</view>
  17. <view class="chong-luobo-money">¥75</view>
  18. </view>
  19. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="10000">
  20. <view class="chong-luobo-count">10000代金券</view>
  21. <view class="chong-luobo-money">¥100</view>
  22. </view>
  23. -->
  24. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:97%">
  25. <view class="chong-luobo-count">4200代金券</view>
  26. <view class="chong-luobo-money">¥3000</view>
  27. </view>
  28. </view>
  29. <!--<view class="buy-other">购买其它数量</view>-->
  30. <!--
  31. <view class="other-part" wx:if="{{invitemode}}">
  32. <view class="other-part-money"><text class="jiage">价格</text><text class="shu" wx:if="{{inputValue}}">{{inputValue*0.85}}</text><text class="shu" wx:if="{{!inputValue}}">{{countMoney}}</text><text class="yuan">元</text></view>
  33. <view class="other-part-input">
  34. <text class="chongzhi">充值</text>
  35. <input class="input" type="number" value="{{luoboCount}}" bindinput="bindKeyInput" placeholder="请输入数量" placeholder-style="color:#b8c6d9;font-size:32rpx;text-align:center"/>
  36. <text class="chongzhi-luobo">代金券</text>
  37. </view>
  38. <view class="other-buy-luobo" bindtap="{{!buttonClicked?'toWeixin':''}}">买代金券</view>
  39. </view>
  40. -->
  41. </view>