Browse Source

代码提交

lzm_web
Linzm 8 months ago
parent
commit
5d5faf09a4
  1. 2
      src/views/badge/preview.vue

2
src/views/badge/preview.vue

@ -345,7 +345,6 @@ const confirm = () => { @@ -345,7 +345,6 @@ const confirm = () => {
}
badgeApi.creatOrder(parms).then((res: any) => {
console.log('creatOrder', res)
loading.value = false
showSuccessToast({
message: '下单成功',
duration: 2000,
@ -353,6 +352,7 @@ const confirm = () => { @@ -353,6 +352,7 @@ const confirm = () => {
router.push({
path: '/badge/myOrder'
})
loading.value = false
}).catch((err) => {
console.log('creatOrder', err)
loading.value = false

Loading…
Cancel
Save