|
|
@@ -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');
|
|
|
}
|