添加了划线价

This commit is contained in:
2020-08-17 18:09:19 +08:00
parent d0d034cd7f
commit 35838e3a9e
4 changed files with 13 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<view class="info">
<text class="title u-line-2">{{ info.goods_name }}</text>
<!-- <text class="jianjie u-line-1">{{ info.goods_advword }}</text> -->
<text class="price">{{ info.goods_price }}</text>
<text class="price">{{ info.goods_price }}<text style="font-size:22rpx;color:#999;text-decoration:line-through;display: inline-block;margin-left:20rpx"> {{info.goods_marketprice}}</text></text>
</view>
</view>
</template>