Commit dcb98a0a by crushh

update: dzp

parent 38cdde78
......@@ -322,7 +322,7 @@ export default {
result += parseInt(v.prizeCount);
}
});
return parseInt(this.form.gameWinningRate) / result;
return this.form.gameWinningRate / result;
}
},
methods: {
......
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