Commit 9c847a8d by zeyang

1.修复引导分享弹窗自动关闭的问题

parent c640aca4
...@@ -134,7 +134,7 @@ export class LifeCommonService { ...@@ -134,7 +134,7 @@ export class LifeCommonService {
imgUrl: imgUrl, // 分享图标 imgUrl: imgUrl, // 分享图标
success: () => { success: () => {
console.log('试试'); console.log('试试');
_this.shareStatusPublish(0);
} }
}; };
wx.ready(() => { // 需在用户可能点击分享按钮前就先调用 wx.ready(() => { // 需在用户可能点击分享按钮前就先调用
......
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