Authored by lea guo

yohood原价购

... ... @@ -2,16 +2,15 @@
"navigationBarTitleText": "YO!LUCK原价购",
"enablePullDownRefresh": true,
"usingComponents": {
"product-item": "./components/product-item",
"product-header": "./components/yohoodLottery/product-detail-header",
"prize-progress": "./components/prize-progress",
"more": "./components/more",
"desc": "./components/desc",
"avatars": "./components/avatar-swiper",
"help": "./components/help",
"fellow-bar": "./components/fellow-bar",
"action-bar": "./components/action-bar",
"zero-alert": "./components/alert",
"group-recommend": "./components/group-recommend"
"product-item": "./components/product-item",
"product-header": "./components/yohoodLottery/product-detail-header",
"prize-progress": "./components/prize-progress",
"more": "./components/more",
"avatars": "./components/avatar-swiper",
"help": "./components/help",
"fellow-bar": "./components/fellow-bar",
"action-bar": "./components/action-bar",
"zero-alert": "./components/alert",
"group-recommend": "./components/group-recommend"
}
}
\ No newline at end of file
}
... ...
... ... @@ -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>
... ...