Commit 61336de7 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 9341882d
......@@ -98,14 +98,11 @@
imageUrl: this.share.imageUrl, // 支持本地或远程图片,默认是小程序 icon
templateId: "这是开发者后台设置的分享素材模板id",
success() {
message.notify('分享成功22222123');
console.log(
"转发发布器已调起,并不意味着用户转发成功,微头条不提供这个时机的回调"
);
message.notify('分享成功');
},
fail() {
message.notify('分享失败1111321');
console.log("转发发布器调起失败");
message.notify('分享失败');
},
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment