@foreach (var item in Model)
{
- @if( item.Product.Id == 1||item.Product.Id == 2||item.Product.Id == 6||item.Product.Id == 13||item.Product.Id == 17){
+ @if( item.Product.Id == 2||item.Product.Id == 13){
@item.Product.Name 送一月
}
- else if(item.Product.Id == 4 || item.Product.Id == 5 || item.Product.Id == 14 || item.Product.Id == 18) {
+ else if(item.Product.Id == 4 || item.Product.Id == 5) {
@item.Product.Name 抄底价
}
+ else if(item.Product.Id == 18) {
+
新@item.Product.Name 送两月
+ }
+ else if(item.Product.Id == 17) {
+
新@item.Product.Name 送一月
+ }
+ else if(item.Product.Id == 1||item.Product.Id == 6) {
+
@item.Product.Name 送一月
+ }
+ else if(item.Product.Id == 14) {
+
@item.Product.Name 抄底价
+ }
else {
@item.Product.Name
}