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>
|