This commit is contained in:
parent
7b52c43df8
commit
b3e2d5ddd3
|
|
@ -752,7 +752,7 @@ const onCartSubmit = debounce(async () => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
router.push({
|
router.push({
|
||||||
// name: 'my-user',
|
// name: 'my-user',
|
||||||
path: '/mall-view/equipList',
|
path: '/equipList',
|
||||||
})
|
})
|
||||||
}, 500)
|
}, 500)
|
||||||
// allKey.value++
|
// allKey.value++
|
||||||
|
|
|
||||||
|
|
@ -397,14 +397,14 @@ const onCartSubmit = debounce(async () => {
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!protocolChecked.value) {
|
// if (!protocolChecked.value) {
|
||||||
ElMessage({
|
// ElMessage({
|
||||||
showClose: false,
|
// showClose: false,
|
||||||
message: '请阅读公司合同',
|
// message: '请阅读公司合同',
|
||||||
type: 'error',
|
// type: 'error',
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
|
|
||||||
if (addressTitle.value === '请选择收货地址') {
|
if (addressTitle.value === '请选择收货地址') {
|
||||||
ElMessage({
|
ElMessage({
|
||||||
|
|
@ -443,7 +443,8 @@ const onCartSubmit = debounce(async () => {
|
||||||
userStore.editcurrentMenuItem('orderManagement')
|
userStore.editcurrentMenuItem('orderManagement')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
router.push({
|
router.push({
|
||||||
name: 'my-user',
|
// name: 'my-user',
|
||||||
|
path: '/equipList',
|
||||||
})
|
})
|
||||||
}, 500)
|
}, 500)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue