Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用iView.Spin.show();报错 #41

Open
Chouna opened this issue May 9, 2018 · 0 comments
Open

使用iView.Spin.show();报错 #41

Chouna opened this issue May 9, 2018 · 0 comments

Comments

@Chouna
Copy link

Chouna commented May 9, 2018

部分源码:
function apiAxios(method, url, params, config) {
iView.Spin.show()
axios({
method: method,
url: url,
data: params,
withCredentials: false
}).then((res) => {
iView.Spin.hide()
}).catch((err) => {
iView.Spin.hide()
errorHandler(err, config.errorFn)
})
}

报错:
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant