shawenguan пре 1 година
родитељ
комит
ecd85a8721
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Scripts/wubian/wubianHelper.js

+ 1 - 1
Scripts/wubian/wubianHelper.js

@@ -444,7 +444,7 @@ function handleNoticeInfo() {
                 jumpType: "",
                 url: "",
                 timeList: [],
-                title: element.onSale == 1 ? artInfo.title : artInfo.title + '(关闭寄售)',
+                title: artInfo.onSale == 1 ? artInfo.title : artInfo.title + '(关闭寄售)',
                 image: artInfo.image,
                 activityType: "",
                 authorName: artInfo.brandName,