|
@@ -84,6 +84,7 @@ namespace MySystem
|
|
}
|
|
}
|
|
if(pos.BrandId == 18 || pos.BrandId == 19 || pos.BrandId == 20 || pos.BrandId == 21)
|
|
if(pos.BrandId == 18 || pos.BrandId == 19 || pos.BrandId == 20 || pos.BrandId == 21)
|
|
{
|
|
{
|
|
|
|
+ pos.PrizeParams = pos.SeoKeyword;
|
|
decimal Deposit = decimal.Parse(function.CheckNum(pos.SeoKeyword));
|
|
decimal Deposit = decimal.Parse(function.CheckNum(pos.SeoKeyword));
|
|
decimal Prize = 0;
|
|
decimal Prize = 0;
|
|
if(Deposit == 198) Prize = 70;
|
|
if(Deposit == 198) Prize = 70;
|