Kaynağa Gözat

fix:商务合作留资逻辑调整

Signed-off-by: tangshizhe <2417024719@qq.com>
tangshizhe 1 yıl önce
ebeveyn
işleme
69e8857f90
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/web/staticres/js/pc-collect-user-info.js

+ 3 - 1
src/web/staticres/js/pc-collect-user-info.js

@@ -794,11 +794,13 @@ var vm = new Vue({
         // workScope: this.form.business,
         // partnerNeeds: this.form.need,
         // agree: this.form.agreeChecked,
-        cooperate: this.form.cooperate,
         branch: this.form.branch.indexOf('总裁') > -1 || this.form.branch.indexOf('总经理') > -1 ?  '' : this.form.branch,
         origin: location.origin,
         source_desc: this.sourceDescMap[this.source]
       }
+      if (source === 'businesscooperation-landingpage') {
+        params.cooperate = this.form.cooperate
+      }
       if (infoid != "" && isProDetail != -1){
         params.publish_id = infoid
       }