this is lastest update 3.27
This commit is contained in:
parent
6ace5ba71d
commit
f536f29638
2
App.vue
2
App.vue
|
@ -28,7 +28,7 @@
|
|||
|
||||
@font-face {
|
||||
font-family: 'FangZhengFonts';
|
||||
src: url('https://carboner.cn:8888/api/file/download/FangZhengFonts.ttf') format('truetype');
|
||||
src: url('https://www.carboner.cn:8888/api/file/download/FangZhengFonts.ttf') format('truetype');
|
||||
}
|
||||
|
||||
view {
|
||||
|
|
|
@ -393,7 +393,7 @@
|
|||
// 给订单创建时间加上30分钟
|
||||
const add30Minutes = (createdTime) => {
|
||||
const date = parseDate(createdTime);
|
||||
date.setMinutes(date.getMinutes() + 1); // 加上30分钟
|
||||
date.setMinutes(date.getMinutes() + 15); // 加上30分钟
|
||||
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
||||
};
|
||||
|
||||
|
|
|
@ -374,7 +374,7 @@
|
|||
// 给订单创建时间加上30分钟
|
||||
const add30Minutes = (createdTime) => {
|
||||
const date = parseDate(createdTime);
|
||||
date.setMinutes(date.getMinutes() + 1); // 加上30分钟
|
||||
date.setMinutes(date.getMinutes() + 15); // 加上30分钟
|
||||
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
||||
};
|
||||
|
||||
|
|
|
@ -540,7 +540,7 @@
|
|||
// 给订单创建时间加上30分钟
|
||||
const add30Minutes = (createdTime) => {
|
||||
const date = parseDate(createdTime);
|
||||
date.setMinutes(date.getMinutes() + 1); // 加上30分钟
|
||||
date.setMinutes(date.getMinutes() + 15); // 加上30分钟
|
||||
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user