This commit is contained in:
2026-07-17 10:21:23 +08:00
parent 16fef18079
commit 0417198e2d
+1 -1
View File
@@ -126,7 +126,7 @@ export default {
}, },
// 获取秒杀 // 获取秒杀
onGetSeckillCurrent(type = 'current') { onGetSeckillCurrent(type = 'current') {
const url = type === 'current' ? getSeckillPreview : getSeckillCurrent; const url = type === 'current' ? getSeckillCurrent : getSeckillPreview;
url() url()
.then((res) => { .then((res) => {
if (res.bizcode === 100) { if (res.bizcode === 100) {