|
|
|
@ -213,7 +213,7 @@ function sureReload() { |
|
|
|
console.log('putModeling', err) |
|
|
|
console.log('putModeling', err) |
|
|
|
showReload.value = false |
|
|
|
showReload.value = false |
|
|
|
showToast({ |
|
|
|
showToast({ |
|
|
|
message: '链接已失效,请联系平台客服', |
|
|
|
message: err.message, |
|
|
|
duration: 2000, |
|
|
|
duration: 2000, |
|
|
|
}) |
|
|
|
}) |
|
|
|
}).finally(() => { |
|
|
|
}).finally(() => { |
|
|
|
@ -318,7 +318,7 @@ const confirm = () => { |
|
|
|
}).catch((err) => { |
|
|
|
}).catch((err) => { |
|
|
|
console.log('creatOrder', err) |
|
|
|
console.log('creatOrder', err) |
|
|
|
showToast({ |
|
|
|
showToast({ |
|
|
|
message: '链接已失效,请联系平台客服', |
|
|
|
message: err.message, |
|
|
|
duration: 2000, |
|
|
|
duration: 2000, |
|
|
|
}) |
|
|
|
}) |
|
|
|
}).finally((err) => { |
|
|
|
}).finally((err) => { |
|
|
|
|