Преглед на файлове

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan преди 4 години
родител
ревизия
94c5277955
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/product/productLarge.vue

+ 1 - 1
src/components/product/productLarge.vue

@@ -92,7 +92,7 @@ export default {
                 }
                 return '';
             } else {
-                if (this.info.startTime && !this.isSolded && !this.isSold) {
+                if (this.info.startTime && !this.isSolded && !this.isSold && this.info.salable) {
                     if (this.dayjs().isSameOrBefore(this.info.startTime, 'YYYY-MM-DD HH:mm:ss')) {
                         return this.dayjs(this.info.startTime).format('MM月DD日HH:mm');
                     }