Browse Source

发现bug

luyanan 7 years ago
parent
commit
6c983bbe2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/discoverNew.js

+ 1 - 1
app/js/discoverNew.js

@ -520,7 +520,7 @@
520 520
							}
521 521
						for(var i = 0; i < $data.length; i++) {
522 522
							var of ;
523
                            if ($data[i].articleType == 1 || $data[i].ctype == "1") {
523
                            if ($data[i].articleType == 1 || $data[i].ctype == "1" || $data[i].ctype == "3") {
524 524
                                of = 1;
525 525
                            } else if ($data[i].articleType == 2 || $data[i].ctype == "2") {
526 526
                                of = 2;