【网页应用】开发中实例化JS对象中传入href自定义样式无效!
var obj = new WxLogin({
self_redirect:true,
id:"login_container",
appid: "",
scope: "",
redirect_uri: "",
state: "",
style: "",
href: ""
});
此处传入的href是带http的css样式链接文件,可实际效果无效!