https://developers.weixin.qq.com/miniprogram/dev/extended/service-market/api.html
调用wx.serviceMarket.invokeService方法报错,说is not a function,然后打印wx.serviceMarket.invokeService是Undefined,已经在app.json中配置了
"servicemarket": true
还需要做其他配置吗
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | wx.serviceMarket.invokeService | 工具 | 2.13.1 | 2.13.1 |
https://developers.weixin.qq.com/miniprogram/dev/extended/service-market/api.html
调用wx.serviceMarket.invokeService方法报错,说is not a function,然后打印wx.serviceMarket.invokeService是Undefined,已经在app.json中配置了
"servicemarket": true
还需要做其他配置吗
1 个回答
我遇到了和你一模一样的问题,楼主解决没???