fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s
This commit is contained in:
@@ -39,8 +39,7 @@ export function useCeremony() {
|
||||
|
||||
const { start: startFireworks } = useTimeoutFn(() => {
|
||||
const { pause } = useIntervalFn(() => {
|
||||
// console.log(currentFestivalData.value?.image)
|
||||
mittBus.emit('triggerFireworks', currentFestivalData.value?.image)
|
||||
mittBus.emit('triggerFireworks')
|
||||
triggers++
|
||||
|
||||
if (triggers >= FESTIVAL_CONFIG.MAX_TRIGGERS) {
|
||||
|
||||
Reference in New Issue
Block a user