We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我现在有一个弹窗是多个页面共用的,所以我不希望写在每个页面里面,我单独为一个html。所以我的逻辑走到了jinlge.Popuo.js里面的html = J.Page.loadContent(settings.url);但是 J.Page.loadContent(settings.url)这个方法返回的是一个异步对象并不是真正的内容,而且这貌似是同步的书写方式,请问是不是我理解错了?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我现在有一个弹窗是多个页面共用的,所以我不希望写在每个页面里面,我单独为一个html。所以我的逻辑走到了jinlge.Popuo.js里面的html = J.Page.loadContent(settings.url);但是 J.Page.loadContent(settings.url)这个方法返回的是一个异步对象并不是真正的内容,而且这貌似是同步的书写方式,请问是不是我理解错了?
The text was updated successfully, but these errors were encountered: