shawenguan 1 سال پیش
والد
کامیت
d6b18d7afa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Scripts/wubian/wubianHelper.js

+ 2 - 2
Scripts/wubian/wubianHelper.js

@@ -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" ` +