Commit 16fb1753 by caoyanzhi

update: 营销事件-积分添加title字段

parent ac51f44b
......@@ -489,6 +489,7 @@ export default {
params.integralType = val.integralType;
if (params.integralType === 1) {
params.integralCount = val.integralCount;
params.title = val.integralCount + '积分';
}
if (params.integralType === 2) {
params.multipleNum = val.multipleNum;
......
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