|
@@ -17,13 +17,9 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- <view class="group-btn">
|
|
|
+ <view class="group-btn {{isIPX ? 'bottomx' :''}}" wx:if="{{!share}}">
|
|
|
<image class="bg1" src="../../../static/groupImg/Rectangle_9.png"></image>
|
|
|
- <image class="bg2" src="../../../static/groupImg/Rectangle_9.png"></image>
|
|
|
- <view class="Price" bindtap="pay" data-id="{{payList[0].id}}" wx:if="{{share}}">
|
|
|
- <text>去分享</text>
|
|
|
- <text>好友</text>
|
|
|
- </view>
|
|
|
+ <image class="bg2" src="../../../static/groupImg/Rectangle_9.png"></image>
|
|
|
<block wx:for="{{payList}}" wx:key="{{index}}">
|
|
|
<view class="Price" bindtap="pay" data-id="{{item.id}}" wx:if="{{share ? (index != 0) : true }}">
|
|
|
<text>¥{{item.price / 100}}</text>
|
|
@@ -31,5 +27,17 @@
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
+ <view class="group-btn {{isIPX ? 'bottomx' :''}}" wx:if="{{share}}">
|
|
|
+ <image class="bg1" src="../../../static/groupImg/Rectangle_9.png" style="left: 50%"></image>
|
|
|
+ <block wx:for="{{payList}}" wx:key="{{index}}">
|
|
|
+ <view class="Price" bindtap="pay" data-id="{{item.id}}" wx:if="{{share ? (index != 0) : true }}">
|
|
|
+ <view>继续开团</view>
|
|
|
+ <view>
|
|
|
+ <text>¥{{item.price / 100}}</text>
|
|
|
+ <text>{{item.headcount}}人团</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </block>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<popup id="popup" typeOf="sendSuccess" title="报告团长" headTextOne="您发起的团购已经成立" content="{{content}}"></popup>
|