@@ -213,8 +213,9 @@ export default defineComponent({
path: '/preGoodsSuccess'
})
}
- } catch {
+ } catch (e: any) {
//
+ return Promise.reject(e)