Commit 7b69dabf authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents 5e50ae48 b4607013
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
style="width: 670rpx; height: 670rpx; border-radius: 16rpx" style="width: 670rpx; height: 670rpx; border-radius: 16rpx"
/> />
<view> <view>
<text class="retail-price">零售价:¥{{ item.oriPrice }}/盒</text> <text class="retail-price">零售价:¥{{ item.price }}/盒</text>
<text class="presale-price">预售价:¥{{ item.price }}/盒</text> <text class="presale-price">预售价:¥{{ item.oriPrice }}/盒</text>
</view> </view>
<view> <view>
<img <img
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<text class="introduction">{{ item.introduction }}</text> <text class="introduction">{{ item.introduction }}</text>
</view> </view>
<view class="price-info"> <view class="price-info">
<text class="good-price">{{ item.price }}</text> <text class="good-price">{{ item.oriPrice }}</text>
<img class="add" src="/static/assistingAgriculture/presale/add.png" /> <img class="add" src="/static/assistingAgriculture/presale/add.png" />
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment