积分商品,搜索热词为null问题

This commit is contained in:
mabo
2021-08-05 11:19:12 +08:00
parent 0387ac510a
commit 35881e30e0
7 changed files with 219 additions and 907 deletions

View File

@@ -70,7 +70,6 @@ export default {
},
async getListByDay () { // 当天秒杀活动
const res = await seckillByDay()
console.log(res);
if (res.success && res.result.length) {
return res.result
} else {