mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
feat:修改投票二维码传参
This commit is contained in:
@@ -4631,6 +4631,7 @@ export default {
|
||||
}
|
||||
// 投票
|
||||
if (item.type == 12) {
|
||||
// console.log('item',item)
|
||||
codeUrl =
|
||||
window.location.protocol +
|
||||
process.env.VUE_APP_H5 +
|
||||
@@ -4639,7 +4640,7 @@ export default {
|
||||
"&btype=2&id=" +
|
||||
item.id +
|
||||
"&chapterOrStageId=" +
|
||||
item.chapterId +
|
||||
item.stageId +
|
||||
"&infoId=" +
|
||||
state.projectId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user