Przeglądaj źródła

首页仅展示

yuany 3 lat temu
rodzic
commit
84bc6f0586
1 zmienionych plików z 1 dodań i 1 usunięć
  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');
                     }