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