提交 340794fe authored 作者: 王鹏飞's avatar 王鹏飞

chore: 提交留资增加渠道码

上级 e0ae7a68
......@@ -84,7 +84,7 @@ export default {
this.$refs.ruleForm.validate().then(this.handleSubmitRequest)
},
handleSubmitRequest() {
const params = Object.assign({}, this.ruleForm, { project_id: webConf.others.projectId })
const params = Object.assign({}, this.ruleForm, { project_id: webConf.others.projectId, channel_num: '19960' })
api.submitApply(params).then(response => {
if (parseInt(response.error) === 0) {
this.$emit('update', response.data)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论