You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
2 years ago
|
<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>
|