...
|
...
|
@@ -12,7 +12,7 @@ |
|
|
:width="data.width" :height="data.height"></VideoPlayer>
|
|
|
<ArticleItemSlide v-else :thumb="thumb" :share="share" :data="slideData" :slide-index="slideIndex" :lazy="lazy"
|
|
|
@on-praise="onPraise" @change="onChangeSlide"></ArticleItemSlide>
|
|
|
<ProductGroup name="ArticleDetail" :article-id="data.articleId" :pos-id="0" :index="0" :thumb="thumb"
|
|
|
<ProductGroup name="ArticleDetail" :article-id="data.articleId" :pos-id="100" :index="0" :thumb="thumb"
|
|
|
v-if="productListData.length" :share="share" :data="productListData" :lazy="lazy"></ProductGroup>
|
|
|
|
|
|
<div class="context-title">{{data.articleTitle}}</div>
|
...
|
...
|
@@ -56,7 +56,7 @@ |
|
|
|
|
|
<YohoActionSheet transfer v-if="showProductListAction" ref="productListAction" :full="true" :height="549">
|
|
|
<CommentHeader>{{'文中商品'}}</CommentHeader>
|
|
|
<ProductGroup class="product-list-wrapper" name="ArticleDetail" :article-id="data.articleId" :pos-id="0" :index="0" :thumb="thumb" :inline="false" :model="3"
|
|
|
<ProductGroup class="product-list-wrapper" name="ArticleDetail" :article-id="data.articleId" :pos-id="106" :index="0" :thumb="thumb" :inline="false" :model="3"
|
|
|
v-if="productListData.length" :share="share" :data="productListData" :lazy="lazy"></ProductGroup>
|
|
|
</YohoActionSheet>
|
|
|
</div>
|
...
|
...
|
|