|
|
@ -46,10 +46,15 @@ |
|
|
|
|
|
|
|
<view class="title text-overflowRows">{{ info.title }}</view> |
|
|
|
<view class="title text-overflowRows" style="font-weight: 500;font-size: 24rpx;color: #999999;">{{ info.subtitle }}</view> |
|
|
|
<view class="tag no-scrollbar" v-if="info.delivery_method"> |
|
|
|
<!-- <view class="tag no-scrollbar" v-if="info.delivery_method"> |
|
|
|
<view class="tag-item" v-for="(item, index) in info.delivery_method_str" :key="index"> |
|
|
|
支持{{ item }} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="tag no-scrollbar" v-if="info.display_tags"> |
|
|
|
<view class="tag-item" v-for="(item, index) in info.display_tags.split(',')" :key="index"> |
|
|
|
{{ item }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="cert-box" style="padding-top: 1rpx;" v-if="certObj"> |
|
|
@ -73,9 +78,9 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="price-box display-tag text-overflow" v-if="info.display_tags"> |
|
|
|
<!-- <view class="price-box display-tag text-overflow" v-if="info.display_tags"> |
|
|
|
限制:{{info.display_tags.split(',').join(' | ')}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view style="width: 100%;height: 20rpx;background: #F7F7F7;"></view> |
|
|
|
<commentListVue v-if="id" :prodId="id"></commentListVue> |
|
|
|
|
|
|
|