Commit 4b4dc757 by crushh

Merge branch 'bugfix/展示文案异常' into master

parents 40b3e2ab 8b3d09c1
......@@ -966,7 +966,7 @@ export default {
let card = {};
let params = {};
card.channelTip = this.form.channelTip;
card.channelTip = this.form.channelTip.slice(0, 18); // 有超过18字长的老数据
card.cardApplyChannel = this.form.cardApplyChannel.join(',');
card.coupCardId = this.form.coupCardId;
card.cardType = this.form.cardType;
......
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