You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
when I use vue-resource in project. QA find in Meizu MX4 andriod 4.4.2, , the vue-resource return a error, I use window.onerror function to alert the error and the error line,
function handleErr(msg,url,l)
{
txt="There was an error on this page.\n\n"
txt+="Error: " + msg + "\n"
txt+="URL: " + url + "\n"
txt+="Line: " + l + "\n\n"
txt+="Click OK to continue.\n\n"
alert(txt)
}
return
error script error;
url:
line 0
I use jquery.ajax instead of this.$http.jsonp, it goes well;
The text was updated successfully, but these errors were encountered:
I have the same problem with you. I do wechat development .However, this problem is caused by the failure of browser kernel upgrade.But I Use native ajax and it was perfect to run, and there was no other problem.
(Linux; Android 6.0.1; SM-G5510 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.49 Mobile MQQBrowser/6.2 TBS/043024 Safari/537.36 MicroMessenger/6.5.4.1000 NetType/WIFI Language/zh_CN
Return status Equal 0
Who can help me?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I use vue-resource in project. QA find in Meizu MX4 andriod 4.4.2, , the vue-resource return a error, I use window.onerror function to alert the error and the error line,
function handleErr(msg,url,l)
{
txt="There was an error on this page.\n\n"
txt+="Error: " + msg + "\n"
txt+="URL: " + url + "\n"
txt+="Line: " + l + "\n\n"
txt+="Click OK to continue.\n\n"
alert(txt)
}
return
I use jquery.ajax instead of this.$http.jsonp, it goes well;
The text was updated successfully, but these errors were encountered: