feat: 商品详情的展示问题处理
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
{{ moduleItem.title }}
|
{{ moduleItem.title }}
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="border-box flex flex-items-center flex-row mt-4 pb-12">
|
<view class="border-box flex flex-col flex-items-start mt-4 pb-12">
|
||||||
<text
|
<text
|
||||||
class="font-size-12 color-525866 line-height-20 mr-4"
|
class="font-size-12 color-525866 line-height-20 mb-4"
|
||||||
v-for="(text, index) in moduleItem.desc"
|
v-for="(text, index) in moduleItem.desc"
|
||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user