|
|
|
@ -86,13 +86,16 @@
|
|
|
|
|
<!-- <view class="iconfont icon-jiantou"></view> --> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="safeguard-info acea-row row-between-wrapper"> |
|
|
|
|
<view class="safeguard-item"> |
|
|
|
|
<view class="safeguard-info acea-row" v-if="tempName || storeInfo.config"> |
|
|
|
|
<view class="safeguard-item" v-if="tempName"> |
|
|
|
|
<image class="img" src="@/static/images/by.png" mode=""></image> |
|
|
|
|
<view>满{{199}}包邮</view> |
|
|
|
|
<view class="line1">{{tempName}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line"></view> |
|
|
|
|
<view class="safeguard-item"> |
|
|
|
|
<view class="safeguard-item" v-for="(item,index) in storeInfo.config" :key="index"> |
|
|
|
|
<image class="img" :src="item.configuration" mode=""></image> |
|
|
|
|
<view class="line1">{{item.content}}</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="safeguard-item"> |
|
|
|
|
<image class="img" src="@/static/images/fxt.png" mode=""></image> |
|
|
|
|
<view>7天无理由</view> |
|
|
|
|
</view> |
|
|
|
@ -100,7 +103,7 @@
|
|
|
|
|
<view class="safeguard-item"> |
|
|
|
|
<image class="img" src="@/static/images/bj.png" mode=""></image> |
|
|
|
|
<view>30天保价</view> |
|
|
|
|
</view> |
|
|
|
|
</view> --> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<!-- 拼团信息 --> |
|
|
|
@ -187,7 +190,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- 产品介绍 --> |
|
|
|
|
<view class="product-intro"> |
|
|
|
|
<view class="title">商品展示</view> |
|
|
|
|
<!-- <view class="title">商品展示</view> --> |
|
|
|
|
<view class="conter"> |
|
|
|
|
<mp-html id="article" :setTitle="false" :lazy-load="true" :copy-link="false" :tag-style="tagStyle" |
|
|
|
|
:content="storeInfo.description" @linktap="linktap" /> |
|
|
|
@ -314,6 +317,7 @@ export default {
|
|
|
|
|
reply: [], |
|
|
|
|
replyCount: 0, |
|
|
|
|
replyChance: 0, |
|
|
|
|
tempName: '', |
|
|
|
|
imgUrls: [], |
|
|
|
|
storeInfo: {}, |
|
|
|
|
itemNew: {}, |
|
|
|
@ -422,6 +426,7 @@ export default {
|
|
|
|
|
that.$set(that, 'reply', [res.data.reply]) |
|
|
|
|
that.$set(that, 'replyCount', res.data.replyCount) |
|
|
|
|
that.$set(that, 'replyChance', res.data.replyChance) |
|
|
|
|
that.$set(that, 'tempName', res.data.tempName); |
|
|
|
|
that.posterData.image = that.storeInfo.image |
|
|
|
|
if (that.storeInfo.title.length > 30) { |
|
|
|
|
that.posterData.title = that.storeInfo.title.substring(0, 30) + '...' |
|
|
|
@ -1669,7 +1674,10 @@ export default {
|
|
|
|
|
padding: 18rpx 0rpx; |
|
|
|
|
margin: 0rpx 32rpx 20rpx; |
|
|
|
|
.safeguard-item { |
|
|
|
|
width: 226rpx; |
|
|
|
|
flex: 1; |
|
|
|
|
// width: 226rpx; |
|
|
|
|
height: 84rpx; |
|
|
|
|
border-right: 2rpx solid #979797; |
|
|
|
|
font-size: 20rpx; |
|
|
|
|
font-family: SourceHanSansSCVF; |
|
|
|
|
font-weight: 600; |
|
|
|
@ -1679,14 +1687,17 @@ export default {
|
|
|
|
|
.img { |
|
|
|
|
width: 46rpx; |
|
|
|
|
height: 46rpx; |
|
|
|
|
// background-color: #FFFFFF; |
|
|
|
|
margin-top: 2rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.line { |
|
|
|
|
width: 2rpx; |
|
|
|
|
height: 84rpx; |
|
|
|
|
background-color: #979797; |
|
|
|
|
.safeguard-item:last-child { |
|
|
|
|
border-right: 0; |
|
|
|
|
} |
|
|
|
|
// .line { |
|
|
|
|
// width: 2rpx; |
|
|
|
|
// height: 84rpx; |
|
|
|
|
// background-color: #979797; |
|
|
|
|
// } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.userEvaluation .title .replyCount { |
|
|
|
|