reactor:移除 countDown 组件,使用 s-count-down 组件

This commit is contained in:
YunaiV
2025-04-28 22:54:42 +08:00
parent 01adbff523
commit e2fb99ae60
2 changed files with 1 additions and 198 deletions
+1 -2
View File
@@ -60,7 +60,7 @@
</view>
<view class="disContB2" v-if="state.settlementSku.promotionEndTime > 0">
距结束仅剩
<countDown
<s-count-down
:tipText="' '"
:bgColor="bgColor"
:dayText="':'"
@@ -234,7 +234,6 @@
import SpuApi from '@/sheep/api/product/spu';
onPageScroll(() => {});
import countDown from '@/sheep/components/countDown/index.vue';
import OrderApi from '@/sheep/api/trade/order';
import { SharePageEnum } from '@/sheep/helper/const';