合完了
This commit is contained in:
parent
735851a9e5
commit
9b1407b314
|
@ -4,4 +4,4 @@ export const suiUrl = 'http://154.8.193.216:9092/api' //隋宇霏的接口地
|
||||||
export const domain = 'https://www.carboner.cn/api'
|
export const domain = 'https://www.carboner.cn/api'
|
||||||
export const myIp = 'http://8.130.119.119:9092/api'
|
export const myIp = 'http://8.130.119.119:9092/api'
|
||||||
|
|
||||||
export const baseUrl = Url
|
export const baseUrl = testUrl
|
||||||
|
|
|
@ -308,7 +308,7 @@ import { getFonts } from '../../../common/globalFont';
|
||||||
// 给订单创建时间加上30分钟
|
// 给订单创建时间加上30分钟
|
||||||
const add30Minutes = (createdTime) => {
|
const add30Minutes = (createdTime) => {
|
||||||
const date = parseDate(createdTime);
|
const date = parseDate(createdTime);
|
||||||
date.setMinutes(date.getMinutes() + 31); // 加上30分钟
|
date.setMinutes(date.getMinutes() + 2); // 加上30分钟
|
||||||
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -413,7 +413,7 @@ const confirm =()=> { //确认收货方法
|
||||||
// 给订单创建时间加上30分钟
|
// 给订单创建时间加上30分钟
|
||||||
const add30Minutes = (createdTime) => {
|
const add30Minutes = (createdTime) => {
|
||||||
const date = parseDate(createdTime);
|
const date = parseDate(createdTime);
|
||||||
date.setMinutes(date.getMinutes() + 31); // 加上30分钟
|
date.setMinutes(date.getMinutes() + 2); // 加上30分钟
|
||||||
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
return Math.floor(date.getTime() / 1000); // 返回时间戳(秒)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -281,7 +281,7 @@
|
||||||
orderType: 'service',
|
orderType: 'service',
|
||||||
userName: userInfo.userName,
|
userName: userInfo.userName,
|
||||||
contactsId: contactRealInfo.value.id, //联系人信息id
|
contactsId: contactRealInfo.value.id, //联系人信息id
|
||||||
couponId: null, //优惠卷id
|
couponId: useCouponId.value, //优惠卷id
|
||||||
note: note.value,
|
note: note.value,
|
||||||
orderItemMainInfoAddRequestList: toRaw(postCartArr.value)
|
orderItemMainInfoAddRequestList: toRaw(postCartArr.value)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user