1
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user