feat: 商品详情代码优化
This commit is contained in:
@@ -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>
|
||||||
@@ -170,4 +170,4 @@ const handleDateSelect = (data) => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "./styles/index.scss";
|
@import "./styles/index.scss";
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user