Commit 4f74537c authored by zhaofei's avatar zhaofei

s

parent 94a8d122
......@@ -543,7 +543,7 @@ Component({
useStock: +useStock,
rank,
switchStock,
prizeDataType,
prizeDataType:+prizeDataType,
itemId,
amount,
...rest,
......@@ -552,7 +552,7 @@ Component({
if (conditionKeys && conditionKeys.length) {
const conditions = {}
conditionKeys.forEach(item => {
conditions[item.key] = item.value
conditions[item.key] = +item.value
});
prizeData = {
...prizeData,
......
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