Commit 6112a6ef by caoyanzhi

update: 调整卡券选择上限

parent 7fec1fa5
......@@ -344,7 +344,7 @@ export default {
}
};
return {
addCardMax: 20, // 添加卡券的上限数量
addCardMax: 15, // 添加卡券的上限数量
ladder: [],
isDifferentialPricing: '',
ladderPriceList: [],
......
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