|
|
@@ -444,7 +444,7 @@ function handleNoticeInfo() {
|
|
|
jumpType: "",
|
|
|
url: "",
|
|
|
timeList: [],
|
|
|
- title: artInfo.title,
|
|
|
+ title: element.onSale == 1 ? artInfo.title : artInfo.title + '(关闭寄售)',
|
|
|
image: artInfo.image,
|
|
|
activityType: "",
|
|
|
authorName: artInfo.brandName,
|
|
|
@@ -481,7 +481,7 @@ function handleNoticeInfo() {
|
|
|
`style="align-content:center;width:80%;height:35px;background:#18bc9c;color:#FFFFFF;" readonly="readonly" ` +
|
|
|
`disabled="disabled" ` +
|
|
|
`name="relation['art'][]" ` +
|
|
|
- `value="[显示]藏品:${element.title}${element.onSale == 1 ? '' : '(关闭寄售)'}" ` +
|
|
|
+ `value="[显示]藏品:${element.title}" ` +
|
|
|
`data-event="art" ` +
|
|
|
`data-id="${element.hash_id}" ` +
|
|
|
`data-show="1" ` +
|