Commit 8b3d09c1 by crushh

update: 修复字长异常

parent 7940e4b7
......@@ -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