Commit 1a09ad69 by 黄冷

update: prizeReferType改为1

parent 8c54240a
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
gameActivityId: this.form.gameActivityId || this.$route.params.id || this.gameActivityId, gameActivityId: this.form.gameActivityId || this.$route.params.id || this.gameActivityId,
strategyName: this.form.strategyName, strategyName: this.form.strategyName,
prizeReferId: this.cardObj.coupCardId, prizeReferId: this.cardObj.coupCardId,
prizeReferType: '2', // znm只能配卡券,积分有问题 prizeReferType: 1, // znm只能配卡券,积分有问题
prizeStock: 0, prizeStock: 0,
prizeCount: 0, prizeCount: 0,
prizeIntegral: 0, prizeIntegral: 0,
......
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