|
@@ -74,7 +74,7 @@ export default {
|
|
|
time() {
|
|
time() {
|
|
|
if (this.info.purchaseTime) {
|
|
if (this.info.purchaseTime) {
|
|
|
if (this.dayjs().isSameOrBefore(this.info.purchaseTime, 'YYYY-MM-DD HH:mm:ss')) {
|
|
if (this.dayjs().isSameOrBefore(this.info.purchaseTime, 'YYYY-MM-DD HH:mm:ss')) {
|
|
|
- return this.dayjs(this.info.purchaseTime).format('MM月DD日');
|
|
|
|
|
|
|
+ return this.dayjs(this.info.purchaseTime).format('MM月DD日HH:mm');
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 16px;
|
|
top: 16px;
|
|
|
left: 16px;
|
|
left: 16px;
|
|
|
- z-index: 99;
|
|
|
|
|
|
|
+ z-index: 12;
|
|
|
.not_sold_out_img {
|
|
.not_sold_out_img {
|
|
|
width: 16px;
|
|
width: 16px;
|
|
|
height: 17px;
|
|
height: 17px;
|