| 12345678910111213141516171819202122232425262728293031323334 |
- <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="3000" style="width:97%">
- <view class="chong-luobo-count">4200提货券</view>
- <view class="chong-luobo-money">¥3000</view>
- </view>
- </view>
- -->
- <view class="chong" bindtap="{{!buttonClicked?'toWeixin':''}}" data-text="3000" style="width:100%">
- <image src="{{bannerList[0].img}}" mode="widthFix" style="width:100%"></image>
- </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>
|