|
|
@@ -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,
|