|
|
@@ -6,28 +6,17 @@
|
|
|
</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="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}}">
|