收藏
回答

微信开发者工具微信小游戏主动调起分享界面失败

框架类型 问题类型 操作系统 工具版本
小游戏 Bug macOS 1.02.1804241

            wx.shareAppMessage({

                title: '转发标题',

                imageUrl: ``,

                query: `test`,

                success: () => {

                  console.log(`share success`);

                },

                fail: (error) => {

                console.log(`share error`, error);

                },

                complete: () => {

                

                }

            })

在开发者工具中出现{errMsg: "shareAppMessage:fail TypeError: Cannot read property 'shareBtnState' of undefined"}errMsg: "shareAppMessage:fail TypeError: Cannot read property 'shareBtnState' of undefined"__proto__: Object。

真机正常调起分享界面。



回答关注问题邀请回答
收藏

1 个回答

  • 云淡
    云淡
    2018-06-08

    小游戏分享被封了吧

    2018-06-08
    有用
    回复
登录 后发表内容