소스 검색

特殊符号3

SanHQin 1 년 전
부모
커밋
fb50b3dff2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/projectApply/components/MakerSpaceWordDetail.vue

+ 2 - 2
src/views/projectApply/components/MakerSpaceWordDetail.vue

@@ -218,8 +218,8 @@ export default {
         pid: this.$route.query["pid"],
         tit: encodeURIComponent(this.wordData["projectName"]), //项目名称
         bf: encodeURIComponent(this.wordData["brief"]), //项目简介
-        pLeader: this.wordData["pro_leader"], //项目负责人
-        lLeader: this.wordData["lead_leader"], //学院牵头领导,
+        pLeader:  encodeURIComponent(this.wordData["pro_leader"]), //项目负责人
+        lLeader:  encodeURIComponent(this.wordData["lead_leader"]), //学院牵头领导,
         cid: this.wordData["college"], //学院ID,
         ct: encodeURIComponent(JSON.stringify(this.wordData["teacher"])), //教师组,
         cs: encodeURIComponent(JSON.stringify(this.wordData["student"])), //学生组,