From 6a5264240c29967000dfc86a2890d573acfec439 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 3 Feb 2023 17:54:23 +0800 Subject: [PATCH] css --- src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue index a747468d..b62a4214 100644 --- a/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue +++ b/src/project/activeAnalysis/AppLuckyDraw/AppLuckyDraw.vue @@ -275,7 +275,7 @@ export default { res.data.map((item, index) => { textList[index] = `${this.geTel(res.data[index].phone)}用户获得${res.data[index].prizeName}` }) - if(textList.length > 10) { + if(textList.length > 2) { var num = Math.floor(textList.length/3) this.luckyList = textList.slice(0, num) this.luckyList2 = textList.slice(num, num*2)