buy.wxml 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  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. <!--
  10. <view class="buy-chong-park">
  11. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:97%">
  12. <view class="chong-luobo-count">4200提货券</view>
  13. <view class="chong-luobo-money">¥3000</view>
  14. </view>
  15. </view>
  16. -->
  17. <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:100%">
  18. <image src="{{bannerList[0].img}}" mode="widthFix" style="width:100%"></image>
  19. </view>
  20. <!--<view class="buy-other">购买其它数量</view>-->
  21. <!--
  22. <view class="other-part" wx:if="{{invitemode}}">
  23. <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>
  24. <view class="other-part-input">
  25. <text class="chongzhi">充值</text>
  26. <input class="input" type="number" value="{{luoboCount}}" bindinput="bindKeyInput" placeholder="请输入数量" placeholder-style="color:#b8c6d9;font-size:32rpx;text-align:center"/>
  27. <text class="chongzhi-luobo">提货券</text>
  28. </view>
  29. <view class="other-buy-luobo" bindtap="{{!buttonClicked?'toWeixin':''}}">买提货券</view>
  30. </view>
  31. -->
  32. </view>