调整点餐页面样式,增加限时折扣倒计时

This commit is contained in:
2025-12-10 13:59:29 +08:00
parent 1b8fdd16a1
commit a95fa69c62
4 changed files with 226 additions and 66 deletions

View File

@@ -31,6 +31,8 @@ declare global {
const onHide: typeof import('@dcloudio/uni-app')['onHide']
const onLoad: typeof import('@dcloudio/uni-app')['onLoad']
const onMounted: typeof import('vue')['onMounted']
const onPageScroll: typeof import('@dcloudio/uni-app')['onPageScroll']
const onReady: typeof import('@dcloudio/uni-app')['onReady']
const onRenderTracked: typeof import('vue')['onRenderTracked']
const onRenderTriggered: typeof import('vue')['onRenderTriggered']
const onScopeDispose: typeof import('vue')['onScopeDispose']