feat: 商品详情代码优化
This commit is contained in:
parent
a6bd06e06c
commit
a5d31ef170
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<ModuleTitle title="购买须知" />
|
<ModuleTitle title="购买须知" />
|
||||||
|
|
||||||
<zero-markdown-view :markdown="goodsData.commodityTip" :fontSize="14" />
|
<zero-markdown-view :markdown="goodsData.commodityTip" />
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
|
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<view class="footer">
|
<view class="footer">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<text class="label">价格:</text>
|
<text class="label">价格:</text>
|
||||||
<text class="price">{{ goodsData.commodityPrice || 399 }}</text>
|
<text class="price">{{ goodsData.specificationPrice || 399 }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="buy-button" @click="showConfirmPopup">立即抢购</view>
|
<view class="buy-button" @click="showConfirmPopup">立即抢购</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user