二次分享传给后台当前url 需要转码 encodeURIComponent
var ua = window.navigator.userAgent.toLowerCase();
var locationHref = encodeURIComponent(window.location.href)
把locationHref传给后台接口
二次分享传给后台当前url 需要转码 encodeURIComponent
var ua = window.navigator.userAgent.toLowerCase();
var locationHref = encodeURIComponent(window.location.href)
把locationHref传给后台接口