https://github.com/wechat-miniprogram/api-typings/issues/169 这其实是微信官方的类型包miniprogram-api-typings引起的,下载最新的就可以了
ts开发小程序,在Component使用this.data或this.method会有警告?ts开发小程序,在Component中调用this.data或this.method会有下滑黄色波浪线, 虽然代码是可以正常运行, 但是应该怎么消除这个警告? 我尝试把eslint规则关闭也无效.[图片]
04-23https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/chatTool.html 要分包和设置一些东西才能用这个功能
调用wx.shareAppMessageToGroup报错?调用wx.shareAppMessageToGroup报错: errMsg: "shareAppMessageToGroup:fail rejected due to no permission currently" wx.shareAppMessageToGroup({ title: '分享标题', path: '/pagesEyeDetection/result/history', imageUrl: 'https://yeaher-test.oss-cn-hangzhou.aliyuncs.com/skincare/face/Lp/PST8wBS2ydS9BUOZKJSXByxthYUDVf.jpg?Expires=1741836380&OSSAccessKeyId=LTAI5tEPwGNeEUE5JYtGbTzX&Signature=CInwS5nQCWIjcfOU%2B1sVVedbboM%3D&x-oss-process=image%2Fresize%2Cl_100', complete: (res) => { console.warn(res) } })
04-16https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/chatTool.html 要分包和设置一些东西才能用这个功能,没事了
真机调试调用wx.shareAppMessageToGroup为什么会报错?wx.shareAppMessageToGroup({ title: '首页', path: '/pages/home/home', imageUrl: '', })
04-16