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,