Commit 7836f738 by liuchenxi

update: 营销类型

parent 67676fce
......@@ -35,8 +35,8 @@ export default {
},
computed: {
getBatchType() {
let str = '';
return v => {
let str = '';
v.forEach(el => {
if (this.touchType[el]) str = !str ? this.touchType[el] : str + '、' + this.touchType[el];
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment