| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <view class="buy-bg">
- <navigator url="/packageUser/pages/user/radish/radish" >
- <view class="buy-top">
- <text class="buy-luobo-text">我的代金券</text>
- <view class="buy-luobo-count">{{balance / 100}}</view>
- </view>
- </navigator>
- <view class="buy-chong" wx:if="{{!invitemode}}">快捷购买</view>
-
- <view class="buy-chong-park">
- <!--
- <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="5000">
- <view class="chong-luobo-count">5000代金券</view>
- <view class="chong-luobo-money">¥50</view>
- </view>
- <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="7500">
- <view class="chong-luobo-count">7500代金券</view>
- <view class="chong-luobo-money">¥75</view>
- </view>
- <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="10000">
- <view class="chong-luobo-count">10000代金券</view>
- <view class="chong-luobo-money">¥100</view>
- </view>
- -->
- <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:97%">
- <view class="chong-luobo-count">4200代金券</view>
- <view class="chong-luobo-money">¥3000</view>
- </view>
- </view>
-
- <!--<view class="buy-other">购买其它数量</view>-->
- <!--
- <view class="other-part" wx:if="{{invitemode}}">
-
- <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>
- <view class="other-part-input">
- <text class="chongzhi">充值</text>
- <input class="input" type="number" value="{{luoboCount}}" bindinput="bindKeyInput" placeholder="请输入数量" placeholder-style="color:#b8c6d9;font-size:32rpx;text-align:center"/>
- <text class="chongzhi-luobo">代金券</text>
- </view>
-
- <view class="other-buy-luobo" bindtap="{{!buttonClicked?'toWeixin':''}}">买代金券</view>
- </view>
- -->
- </view>
|