- mapCtx.openMapApp调用没响应?但返回上一页,再打开此页面,会弹起导航软件选项
点击地图的标记物,会执行如下代码: const mapCtx = wx.createMapContext('map', this); mapCtx.openMapApp({ latitude: parseFloat(curMarker.latitude), longitude: parseFloat(curMarker.longitude), destination: curMarker.callout.content, success:function(e){console.log("openResult1",e)}, fail:function(e){console.log("openResult2",e)}, complete:function(e){console.log("openResult3",e)}, }) 点击后无反应,返回上一页,再打开此页面 弹起loading提示,然后弹出导航选项,点击可正常。 关闭选项,再点击标记物,触发以上代码,无响应 再次返回上一页,再打开此页面,会自动弹起loading,弹出导航选项 可以一直重复返回、打开,出来提示,但就是无法在触发该代码时弹出导航选项
2022-04-29 - addTemplate接口添加tid=2831 的模板提示tid does not exist?
subscribeMessage.addTemplate POST https://api.weixin.qq.com/wxaapi/newtmpl/addtemplate?access_token=ACCESS_TOKEN 参数: appid wx0424b14660cea1df 时间: December 26th 2019, 10:21:50.668 req:{"sceneDesc":"sceneDesc","kidList":[4,2,3],"tid":"2831"} res:{"body":"{\"errmsg\":\"tid does not exist\",\"count\":0,\"data\":[],\"errcode\":200014}"
2019-12-26 - 第三方平台为小程序添加订阅模板提示 200014 tid does not exist ?
砍价进度提醒 tid=3181 提交的参数 array(4) { ["appId"]=> string(18) "xxx" ["kidList"]=> array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } ["tid"]=> string(4) "3181" ["sceneDesc"]=> string(9) "sceneDesc" 返回值: array(3) { ["message"]=> string(18) "tid does not exist" ["code"]=> string(6) "200014" ["data"]=> NULL
2019-12-24