...
|
...
|
@@ -30,19 +30,18 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<desc list="{{product.content}}" bind:tapUrl="_jumpBanner" bannerSrc="{{bannerSrc}}" bannerUrl="{{bannerUrl}}"></desc>
|
|
|
<view class="line"></view>
|
|
|
<!-- <view class="line"></view>
|
|
|
<more wx:if="{{recommends.length > 0}}">
|
|
|
<block wx:for="{{recommends}}" wx:key="{{index}}">
|
|
|
<view class="product-item">
|
|
|
<product-item product="{{item}}" tab-idx="{{tabIdx - 1}}"></product-item>
|
|
|
</view>
|
|
|
</block>
|
|
|
</more>
|
|
|
</more> -->
|
|
|
<view class="fellow-bar" wx:if="{{product.status && !shareFlag}}">
|
|
|
<fellow-bar notice="{{notice}}"></fellow-bar>
|
|
|
</view>
|
|
|
<group-recommend groupRecommendList="{{groupList}}" bindgoToGroupMiniApp="goToGroupMiniApp"></group-recommend>
|
|
|
<!-- <group-recommend groupRecommendList="{{groupList}}" bindgoToGroupMiniApp="goToGroupMiniApp"></group-recommend> -->
|
|
|
<view class="action-bar">
|
|
|
<action-bar wx:if="{{isLogin}}" status="{{actionStatus}}" num="{{myPrizeCount}}" share-uid="{{shareUid}}" act-prize-id="{{actPrizeId}}" bindgetcode="changeActionStatus" bindshare="share" copyText="{{lottery.miniappCopy}}" text="{{lottery.miniappTip}}" bindgaincodesuccess="reportSuccess" type="{{lottery.miniappType}}"></action-bar>
|
|
|
<block wx:else>
|
...
|
...
|
|