Эх сурвалжийг харах

Merge branch 'dev/v4.8.83_tsz' of qmx/jy into feature/v4.8.83

汤世哲 1 жил өмнө
parent
commit
2dd2ec1860

+ 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
       }