Browse Source

反馈页面提交

tangning 1 year ago
parent
commit
9ea23c6b58
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/feedback/index.vue

+ 0 - 3
src/views/feedback/index.vue

@@ -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) {