feat:修改投票二维码传参

This commit is contained in:
lixg
2023-03-01 22:17:38 +08:00
parent d19b028274
commit 435afa25bc

View File

@@ -4631,6 +4631,7 @@ export default {
} }
// 投票 // 投票
if (item.type == 12) { if (item.type == 12) {
// console.log('item',item)
codeUrl = codeUrl =
window.location.protocol + window.location.protocol +
process.env.VUE_APP_H5 + process.env.VUE_APP_H5 +
@@ -4639,7 +4640,7 @@ export default {
"&btype=2&id=" + "&btype=2&id=" +
item.id + item.id +
"&chapterOrStageId=" + "&chapterOrStageId=" +
item.chapterId + item.stageId +
"&infoId=" + "&infoId=" +
state.projectId; state.projectId;
} }