|
@@ -58,9 +58,6 @@
|
|
|
}
|
|
|
function wxShare() {
|
|
|
let url = window.location.href.split('#')[0];
|
|
|
- if (window.location.ancestorOrigins) {
|
|
|
- url = window.location.ancestorOrigins[0];
|
|
|
- }
|
|
|
url = window.escape(url);
|
|
|
console.log('url', url, window.escape(url));
|
|
|
jsonp('https://www.4dage.com/wechat/jssdk/share/?uri=' + url + '&name=厦门四维时代微信公众号', 'success_jsonp', function (err, data) {
|