appid:wx7b25f2034ba97ba3;corpid: ww2afbd141ff486997
小程序微信客服fail corpId is not bound to current minipr?手机端小程序微信客服打开报错:{errCode: 6, errMsg: "openCustomerServiceChat:fail corpId is not bound to current miniprogram"} 电脑端微信小程序能打开微信客服,麻烦帮看下。
2023-06-21修改scale值我是通过includePoints的padding值去设置的: this.mapCtx = wx.createMapContext("map"); this.mapCtx.includePoints({ points: [{ latitude: this.form.fromLatitude, longitude: this.form.fromLongitude }, { latitude: this.form.toLatitude, longitude: this.form.toLongitude }], padding: [ 170, 170, 170, 170 ] });
map组件动态修改scale值- 当前 Bug 的表现(可附上截图) 真机上通过controltap修改map组件的scale,先滑动地图,再点击放大缩小,会自动跳回到最开始的位置 - 预期表现 无论地图的位置滑到哪里,点击放大缩小,应该是对当前位置 - 复现路径 - 真机上改变scale
2023-05-04我出现这个错误的原因是用户点击按钮时发生两次及以上调用wx.requestSubscribeMessage(),发生并发导致第一次调用订阅消息弹框未返回结果时,又重新调起一次订阅消息弹框。就报“errMsg:requestSubscribeMessage:fail last call has not ended”。 解决方式,在wx.requestSubscribeMessage()调用前加一个buttonLoading变量(默认值false)记录正在调用此函数,当buttonLoading为true时return掉不往下执行wx.requestSubscribeMessage(),再到wx.requestSubscribeMessage()的complete方法里设置buttonLoading等于false。
提示fail last call has not ended?调用 wx.requestSubscribeMessage时,返回requestSubscribeMessage: fail last call has not ended 是什么原因? IPHONE 6S,小程版本为体验版。用户设置里也没有出现订阅消息这一栏。 安卓手机可以正常调起申请。 感谢!
2023-02-24