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,