Kaynağa Gözat

特殊符号3

SanHQin 1 yıl önce
ebeveyn
işleme
fb50b3dff2

+ 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"])), //学生组,