【网页应用】开发中实例化JS对象中传入href自定义样式无效!

发布于 7 年前作者 nmao11082 次浏览最后编辑 7 年前来自 ask
var obj = new WxLogin({
 self_redirect:true,
 id:"login_container", 
 appid: "", 
 scope: "", 
 redirect_uri: "",
  state: "",
 style: "",
 href: ""
 });

此处传入的href是带http的css样式链接文件,可实际效果无效!

0 回复
暂无回复