Task:产品故事
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
</view>
|
||||
<view
|
||||
class="good-story"
|
||||
v-if="card.isBlind !== 1"
|
||||
v-if="card.isBlind !== 1 && card.giftProducts[0].productStory"
|
||||
:style="{
|
||||
right: (card.productStoryX*2 || 0) + 'rpx',
|
||||
top: (card.productStoryY*2 || 0) + 'rpx'
|
||||
}"
|
||||
>
|
||||
<view v-for="(line, j) in card.productStory ? card.productStory.split('/n') : productStory.split('/n')" :key="j">{{ line }}</view>
|
||||
<view v-for="(line, j) in card.giftProducts[0].productStory.split('/n')" :key="j">{{ line }}</view>
|
||||
</view>
|
||||
<view class="wrap-box">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user