- 企业内部面向员工宣传、培训使用的视频小程序上线时需要提供哪些资质?
功能涉及音视频,界面如下(没有打赏功能)[图片][图片][图片][图片]
2020-09-01 - 安全服务接口:小于1mb的图片转成base64本地安全检测失败?
[2020-06-15 12:59:54:9110]request begin [2020-06-15 12:59:54:9620]request success <Error: invokeService:fail operateWXData:fail data exceed max size(err_code 0)> 图片才300多kb
2020-06-15 - 图片安全检测接口报错9301002?
[servicemarket] raw response {"data":"","request_id":"MLxnR3aNLm8yK3hqMpHEZG0JeO8Xds271N9fQfIGeB0DM1OolIGfO5XpK7mB3vqGO1Q","errmsg":"invalid call api service","errcode":9301002,"provider_errmsg":""} 苹果手机,使用的4g网络。 时间大约为[2020-06-07 19:00:35:1680]
2020-06-07 - 订阅消息模板id包含符号( - )会出现找不到变量的错误?
申请了一个模板,id 是 jgGpeh0oW-DXAhdV3S6WyNRvh8azElnhv4jT21ww_Sk。 可以看到字母W后面接了一个符号 - , 具体看下面代码 wx.getSetting({ withSubscriptions: true, success(res) { if (!res.subscriptionsSetting.mainSwitch) { //订阅消息 总开关被关闭 } else { //判断某个订阅被用户拒绝 if (res.subscriptionsSetting.itemSettings && res.subscriptionsSetting.itemSettings.jgGpeh0oW-DXAhdV3S6WyNRvh8azElnhv4jT21ww_Sk=== 'reject') { //此时判断逻辑&&后的条件语句会报错 说找不到 jgGpeh0oW-DXAhdV3S6WyNRvh8azElnhv4jT21ww_Sk 这个变量 //因为符号 - 前面的 jgGpeh0oW 被截取了 该怎么破??????在线等 } else { } } }, fail(error) { } })
2020-05-28 - 编译模式场景设置为1007 然后给人发预览二维码,别人扫码进去场景值却是1011?
[图片] 扫码进入为什么会是1011 不该是1007吗???
2020-05-26 - 自定义组件如何调用 page里的方法?
自定义组件如何调用 page里的方法?
2020-05-14 - wx.getSetting 提示fail no data response?
requestSubscribeMessage: function (finish) { wx.getSetting({ withSubscriptions: true, success(res) { console.log(res.subscriptionsSetting) //订阅消息 总开关被关闭 if (!res.subscriptionsSetting.mainSwitch) { wx.showModal({ title: '提示', content: '请在设置->消息订阅中打开接收订阅消息,并勾选“名片交换通知”', confirmText: '去设置', showCancel: false, success(res) { if (res.confirm) { wx.openSetting({ complete: (res) => {}, }) } }, fail(errMsg) { console.log(errMsg) } }) } else { //订阅消息总开关已经打开 //但是未给交换名片通知授权 提示 并让用户打开设置进行授权 if (res.subscriptionsSetting.itemSettings && res.subscriptionsSetting.itemSettings.kKwJfuu9ndnJmQILftGx5GDWNOn_0M5twq_O6c0AmGk === 'reject') { wx.showModal({ title: '提示', content: '请在设置->消息订阅中勾选“名片交换通知”', showCancel: false, confirmText: '去设置', success(res) { if (res.confirm) { wx.openSetting({ complete: (res) => {}, }) } } }) } else { mta.Event.stat("10007", {}) wx.showLoading({ title: '加载中', mask: true }) wx.requestSubscribeMessage({ tmplIds: ['xxxxxxxx'], success(res) { if (res.xxxxxxxx === 'accept' && res.errMsg === 'requestSubscribeMessage:ok') { mta.Event.stat("10008", {}) console.log("微信订阅成功") } else { console.log("用户取消订阅") } }, fail(error) { mta.Event.stat("10010", {}) console.log("微信订阅失败:" + error.errMsg) }, complete() { if (typeof finish === 'function') { finish() console.log(typeof finish) } wx.hideLoading() } }) } } }, fail(error){ console.log(error) }, complete: (res) => { }, }) },
2020-04-27 - 官方提供的modal中的mask层 为什么不能覆盖标题栏和tabbar栏?好丑!自定义的也不行呢
官方提供的modal中的mask层 为什么不能覆盖标题栏和tabbar栏?好丑!自定义的也不行呢
2020-04-23 - 交友类小程序不提供即时通讯功能上线也需要提供《增值电信业务经营许可证》吗?
审核类型:类型审核 提审时间:2020-01-11 22:26:00 小程序的主体功能为,交换微信号码, 并不提供即时通讯的功能,实质上称为社区更合适的。
2020-01-12 - wx.relaunch不执行?
[图片]同一封装了网络请求,在过期之后跳转到登录界面 但是 wx.relaunch无效
2020-01-07