有没有文档 让我翻翻
ts+less模板小程序生成二维码import 引入模块到底怎么搞的 老是提示找不到?[图片][图片][图片]
2022-09-22ocr_type:type=="business"?7:1
这个是什么意思?WAServiceMainContext.js?t=wechat&s=1662598156799&v=2.25.4:1错误:调用服务:失败9301002调用a ocr(tempFilePath:string,type:string){ let that = this ; console.log(type,"----") utils.showLoading('正在识别信息') wx.serviceMarket.invokeService({ service: 'wx79ac3de8be320b71', api: 'OcrAllInOne', data:{ img_url: new wx.serviceMarket.CDN({ type: 'filePath', filePath: tempFilePath, }), data_type:3, ocr_type:type=="business"?"1":3 } }).then((res: any)=>{ console.log( res ) if(res.errMsg != "invokeService:ok"){ wx.hideLoading() utils.showTost('识别错误请重新上传') return } if(type == "business" ){}})
2022-09-08js 没有问题 wx.serviceMarket console.log(wx.serviceMarket ) 我的用ts的 cosole.log(wx.serviceMarket) {invokeService: ƒ, getAsyncResult: ƒ, CDN: ƒ} [图片] 有这个红色的线
wx.serviceMarket 不存在?[图片] 基础库2.25.4
2022-09-07