【网页应用】开发中实例化JS对象中传入href自定义样式无效!
发布于 5 年前 作者 nmao 10946 次浏览 来自 问答
var obj = new WxLogin({
 self_redirect:true,
 id:"login_container", 
 appid: "", 
 scope: "", 
 redirect_uri: "",
  state: "",
 style: "",
 href: ""
 });

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

回到顶部