- 插件上传提示无插件开发资质?
[图片][图片]
03-12 - 上传一个插件,代码上传的时候提示没有资质,但是我属于工具类型照片处理的。这种什么情况?
[图片][图片][图片]
03-11 - 新版本用分享js-sdk的时候如果是复制链接进去再分享出来的是链接 但在微信8.03版本是可以分享的
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html 下面是操作实例 [图片] [图片] [图片] [图片] 点击转发还是路径而不是自定义路径
2021-12-09 - 小程序跳转h5,h5里面包含了第三方的接口这种情况怎么配置?
您好 我在h5端用了腾讯云的图形验证码 图形验证码https://ssl.captcha.qq.com 在微信小程序页面跳转到h5页面 由于h5里面包含了https://ssl.captcha.qq.com ,请问这种情况怎么处理 [图片]
2020-12-03 - "chooseAddress:fail auth deny"请问 遇到这个问题怎
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 请问 遇到这个问题怎么办? 我获取地址的的时候 报错 if (wx.chooseAddress) { console.log('+++++++++++++++') wx.chooseAddress({ success: function (res) { console.log(res) that.setData({ addr: { name: res.userName, mobile: res.telNumber, address: res.provinceName + res.cityName + res.countyName + res.detailInfo, zip: res.postalCode, type: '默认', flag: true }, }) wx.setStorage({ key: 'addr', data: that.data.addr, }) }, fail: function (err) { console.log(err) wx.getSetting({ success(res) { if (!res.authSetting['scope.address']) { console.log(res) wx.openSetting({ }) } else { wx.chooseAddress({ success: function (res) { console.log(res) that.setData({ addr: { name: res.userName, mobile: res.telNumber, address: res.provinceName + res.cityName + res.countyName + res.detailInfo, zip: res.postalCode, type: '默认', flag: true }, }) wx.setStorage({ key: 'addr', data: that.data.addr, }) } }) } }, fail(res) { console.log('调用失败') } }) } }) } else { console.log('当前微信版本不支持chooseAddress'); } [图片]
2019-03-21 - 我的-卡包-我的票券点击立即使用 可以跳到小程序吗?
- 需求的场景描述(希望解决的问题) 我的-卡包-我的票券点击立即使用 可以跳到小程序吗? [图片] 点击立即使用能否跳到小程序里面而不是下面二维码 [图片] - 希望提供的能力
2019-03-01 - soket hang up
您让我怎么办[图片]
2019-02-20 - APP-SERVICE-SDK:setStorageSync:fail:inte
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo APP-SERVICE-SDK:setStorageSync:fail:internal error get DB fail;at pages/newIndex/index page lifeCycleMethod onShow function Error: APP-SERVICE-SDK:setStorageSync:fail:internal error get DB fail at setStorageSync (WASubContext.js:1:467001) at r.(anonymous function) (WASubContext.js:1:468386) at Object.Ld.(anonymous function) [as setStorageSync] (WASubContext.js:1:468986) at Object.<anonymous> (WASubContext.js:1:295310) at Object.<anonymous> (WASubContext.js:1:685343) at Function.<anonymous> (WASubContext.js:1:685439) at Object.<anonymous> (WASubContext.js:1:253924) at setStorageSync (zhuge-wx.min.js:1:5000) at getAll (zhuge-wx.min.js:1:4621) at get (zhuge-wx.min.js:1:10273) 不知道为什么小程序一直报这个警告 请问是什么原因引起的?
2019-02-19 - showModal:fail parameter error parameter
showModal:fail parameter error parameter.content shouid be String inst 提示这个错误 请问是什么原因导致的
2019-02-19 - 微信小程序开发画canvas时setShadow ios手机没有阴影问题
- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 [图片] - 复现路径 - 提供一个最简复现 Demo ctx.setShadow(pad / 2, pad / 2, pad, '#aaaaaa'); 微信小程序开发画canvas时setShadow ios手机没有阴影问题ctx.drawImage(image, pad, pad, width, height * upByAll + 100);
2019-01-28