后台-官方赠送金币-校验

(cherry picked from commit af8bc4185ec3d6279d6f5f2096fa3dd2e0174b59)
This commit is contained in:
khalil
2024-09-05 18:09:52 +08:00
parent a62f2a5eca
commit faa779555c

View File

@@ -245,7 +245,7 @@ export default {
$("#tipModal").modal('show');
return;
}
if (actualGold != parseInt(actualAmount * 1000)) {
if (actualGold != parseInt(actualAmount * 7000)) {
$("#tipMsg").text("赠送金币与充值金额兑换比例不正确!");
$("#tipModal").modal('show');
return;