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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
var data = require('text!current/demandsubcribe?userid=' + seajs.data.vars.currentUserId); console.log(data);
代码是上面这样的,我确认单独拿url出来访问是有内容的。
The text was updated successfully, but these errors were encountered:
然后还遇到比较奇怪的问题。我把seajs.data.vars.currentUserId拿掉,把url写死text!current/demandsubcribe?userid=1 这样又是没问题的
text!current/demandsubcribe?userid=1
Sorry, something went wrong.
No branches or pull requests
var data = require('text!current/demandsubcribe?userid=' + seajs.data.vars.currentUserId); console.log(data);
代码是上面这样的,我确认单独拿url出来访问是有内容的。
The text was updated successfully, but these errors were encountered: