赠送钻石水晶-调整金币比例
This commit is contained in:
@@ -279,7 +279,7 @@ export default {
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
}
|
||||
if (actualGold != parseInt(actualAmount * 7000)) {
|
||||
if (actualGold != parseInt(actualAmount * 30000)) {
|
||||
$("#tipMsg").text("赠送金币与充值金额兑换比例不正确!");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
@@ -367,7 +367,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
const actualGold = parseInt(num);
|
||||
if (actualGold != parseInt(actualAmount * 7000)) {
|
||||
if (actualGold != parseInt(actualAmount * 30000)) {
|
||||
$("#tipMsg").text("赠送金币与充值金额兑换比例不正确!");
|
||||
$("#tipModal").modal('show');
|
||||
return;
|
||||
|
Reference in New Issue
Block a user