Files
zsxt_nbzs_h5/framework/Web/public/doc-code/api/usage.js
2021-09-24 12:59:34 +08:00

11 lines
177 B
JavaScript

this.$api
.apiName(params)
.then((res) => {
/* ... */
})
.catch((error) => {
/* catch */
})
.finally(() => {
/* finally */
})