lrf402788946 4 년 전
부모
커밋
4312c4f6e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/common/share.vue

+ 1 - 1
src/layout/common/share.vue

@@ -53,7 +53,7 @@ export default {
           const url = 'http://broadcast.waityou24.cn/api/article/auth?redirect_uri=http://broadcast.waityou24.cn/articlemobile' + this.route;
           let method = 'updateAppMessageShareData';
           if (this.type !== 'py') method = 'updateTimelineShareData';
-          this.wx[method]({
+          wx[method]({
             title: this.title,
             desc: this.desc,
             imgUrl: this.img,