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