mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat:修改投票二维码传参
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user