🔥 积分商城:移除相关功能,暂时不考虑

This commit is contained in:
YunaiV
2023-12-16 21:47:43 +08:00
parent d95786154c
commit 82b751e49c
8 changed files with 0 additions and 1160 deletions
@@ -28,14 +28,6 @@
>
{{ fen2yuan(price) }}
</view>
<view v-if="score && Number(price) > 0">+</view>
<view class="price-text ss-flex ss-col-center" v-if="score">
<image
:src="sheep.$url.static('/static/img/shop/goods/score1.svg')"
class="score-img"
></image>
<view>{{ score }}</view>
</view>
<view v-if="num" class="total-text ss-flex ss-col-center">x {{ num }}</view>
<slot name="priceSuffix"></slot>
</view>