Commit 67676fce by liuchenxi

update: 营销类型

parent 5e8c8df3
......@@ -133,14 +133,14 @@ export default {
case 'text':
this.touchType.text = '文本';
break;
case 'teltext':
this.touchType.teltext = '图文';
case 'teletext':
this.touchType.teletext = '图文';
break;
case 'wxa':
this.touchType.wxa = '小程序';
break;
case 'image':
this.touchType.iamge = '图片';
this.touchType.image = '图片';
break;
}
});
......
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