This commit is contained in:
bb_pan 2025-10-29 19:19:07 +08:00
parent 7b52c43df8
commit b3e2d5ddd3
2 changed files with 11 additions and 10 deletions

View File

@ -752,7 +752,7 @@ const onCartSubmit = debounce(async () => {
setTimeout(() => {
router.push({
// name: 'my-user',
path: '/mall-view/equipList',
path: '/equipList',
})
}, 500)
// allKey.value++

View File

@ -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)