Merge remote-tracking branch 'origin/main'

main
hshansha 2 months ago
commit 07cff6d08c

@ -997,6 +997,14 @@ export default {
item.vote.khitemTypeid = item.typeId;
item.vote.pingceId = this.pcSetUp.pingceId;
item.vote.pingceName = this.pcSetUp.pingceName;
item.vote.voteTitle = item.itemName;
if(item.typeId===2){
item.vote.maxNum = 100;
}
if(item.typeId===3){
item.vote.maxNum = 10;
}
}
pcSetUpList.push(item);
})

Loading…
Cancel
Save