Commit 3d22d4d9 authored by lijiongliang's avatar lijiongliang

商城修改

parent 30bd1aa7
...@@ -19,7 +19,10 @@ ...@@ -19,7 +19,10 @@
<image :src="getImage(vo.mainImgUrl)" /> <image :src="getImage(vo.mainImgUrl)" />
</div> </div>
<div class="item2__title">{{vo.title}}</div> <div class="item2__title">{{vo.title}}</div>
<div class="item2__price">{{vo.currentPrice/100}}</div> <div class="item2__price">
{{vo.currentPrice/100}}
<text style="font-size: 22rpx;"></text>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -35,6 +38,7 @@ ...@@ -35,6 +38,7 @@
</view> </view>
<view class="one_item_price"> <view class="one_item_price">
{{vo.currentPrice/100}} {{vo.currentPrice/100}}
<text style="font-size: 22rpx;margin-right:4rpx;"></text>
<span class="num__two">{{vo.originalPrice/100}}</span> <span class="num__two">{{vo.originalPrice/100}}</span>
</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