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)