http://res.wx.qq.com/open/js/jweixin-1.0.0.js
“https”为什么不能加载外部的js,提示“mixed content: the page at 'https://m.phzc.com/product/detail?id=5' was loaded over https, but requested an insecure script 'http://res.wx.qq.com/open/js/jweixin-1.0.0.js'. this request has been blocked; the content must be served over https.”这是为什么???
回复讨论(解决方案) 因为你加载了外部js,就被判断为不安全的了。
建议能直接复制远程的js,就复制下来吧。
外界js可以避免更新。 但是 会被https判断为不安全的。