This commit is contained in:
“wanyongkang”
2022-04-29 16:44:02 +08:00
parent 7528b74aae
commit 35814d3436
12 changed files with 509 additions and 40 deletions

View File

@@ -114,7 +114,7 @@ namespace Home.Controllers
if (m.ProductId == 18){
m.Title = "8";
}
if (m.ProductId == 6||m.ProductId == 5){
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
m.Title = "9";
}
}
@@ -140,7 +140,7 @@ namespace Home.Controllers
if (m.ProductId == 18){
m.Title = "8";
}
if (m.ProductId == 6||m.ProductId == 5){
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
m.Title = "9";
}
@@ -166,7 +166,7 @@ namespace Home.Controllers
if (m.ProductId == 18){
m.Title = "8";
}
if (m.ProductId == 6||m.ProductId == 5){
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
m.Title = "9";
}
if ((m.DayCount == 1||m.DayCount == 2) && m.Id != 1034&&m.Id != 1040 ){
@@ -925,7 +925,7 @@ namespace Home.Controllers
if (m.ProductId == 18){
m.Title = "8";
}
if (m.ProductId == 6||m.ProductId == 5){
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
m.Title = "9";
}
}
@@ -963,7 +963,7 @@ namespace Home.Controllers
if (m.ProductId == 18){
m.Title = "8";
}
if (m.ProductId == 6||m.ProductId == 5){
if (m.ProductId == 6||m.ProductId == 5||m.ProductId == 23){
m.Title = "9";
}
var userPrice = userPrices.FirstOrDefault(p => p.PackageId == m.Id);