功能完善
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const assetsUrl = (name: string) => `/static/images/${name}`;
|
||||
export const assetsUrl = (name: string) => `https://img.lakeapp.cn/wx/images/${name}`;
|
||||
export const defaultAvatar = 'https://thirdwx.qlogo.cn/mmopen/vi_32/POgEwh4mIHO4nibH0KlMECNjjGxQUq24ZEaGT4poC6icRiccVGKSyXwibcPq4BWmiaIGuG1icwxaQX6grC9VemZoJ8rg/132';
|
||||
|
@@ -8,7 +8,7 @@ import { showToast } from '@/utils';
|
||||
*/
|
||||
export function getOrderDeadline(order: OrderBean) {
|
||||
// return dayjs(order?.createTime).add(30, 'minute').toDate().getTime();
|
||||
return dayjs(order?.createTime).add(10, 'day').toDate().getTime();
|
||||
return dayjs(order?.createTime).add(30, 'minute').toDate().getTime();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user