1
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
||||
},
|
||||
// 获取秒杀
|
||||
onGetSeckillCurrent(type = 'current') {
|
||||
const url = type === 'current' ? getSeckillPreview : getSeckillCurrent;
|
||||
const url = type === 'current' ? getSeckillCurrent : getSeckillPreview;
|
||||
url()
|
||||
.then((res) => {
|
||||
if (res.bizcode === 100) {
|
||||
|
||||
Reference in New Issue
Block a user