合完了

This commit is contained in:
chen-xin-zhi 2025-03-04 16:27:54 +08:00
parent 735851a9e5
commit 9b1407b314
4 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地
export const domain = 'https://www.carboner.cn/api'
export const myIp = 'http://8.130.119.119:9092/api'
export const baseUrl = Url
export const baseUrl = testUrl

View File

@ -308,7 +308,7 @@ import { getFonts } from '../../../common/globalFont';
// 30
const add30Minutes = (createdTime) => {
const date = parseDate(createdTime);
date.setMinutes(date.getMinutes() + 31); // 30
date.setMinutes(date.getMinutes() + 2); // 30
return Math.floor(date.getTime() / 1000); //
};

View File

@ -413,7 +413,7 @@ const confirm =()=> { //确认收货方法
// 30
const add30Minutes = (createdTime) => {
const date = parseDate(createdTime);
date.setMinutes(date.getMinutes() + 31); // 30
date.setMinutes(date.getMinutes() + 2); // 30
return Math.floor(date.getTime() / 1000); //
};

View File

@ -281,7 +281,7 @@
orderType: 'service',
userName: userInfo.userName,
contactsId: contactRealInfo.value.id, //id
couponId: null, //id
couponId: useCouponId.value, //id
note: note.value,
orderItemMainInfoAddRequestList: toRaw(postCartArr.value)
}