mirror of
http://123.56.153.49:3000/haibing/litemall.git
synced 2025-06-06 21:59:51 +00:00
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
<view class="good">
|
|
<image class="img" src="{{imageUrl}}" background-size="cover"></image>
|
|
<view class="name">{{title}}</view>
|
|
<view class="price">
|
|
<view class="counterPrice" wx:if="{{counterPrice > retailPrice}}">原价:¥{{counterPrice}}</view>
|
|
<view class="retailPrice">现价:¥{{retailPrice}}</view>
|
|
</view>
|
|
</view> |