- 成功上线的小程序 在微信端搜索不到?
[图片][图片]
2020-05-28 - 新发布的小程序多久才能搜索到?
新发布的小程序 扫码能进入,但是搜索的时候搜不到该小程序 小程序 《贝亚德》 [图片]
2020-05-25 - 同一个域名下 多个小程序容易串数据?
同一个域名下的多个小程序,串数据怎么解决?
2020-04-30 - 小程序 web-view 加载HTML页面 比较慢?
微信小程序 首页面为web-view加载的HTML页面 刚进小程序的时候 感觉页面渲染的有点慢,如何优化?
2020-04-30 - canvas 下载图片失败?
url = https://static-s1.haoyayee.com/project/202003/43b593841bb743e2a27c94a912d3aa51.jpg //临时图片路径 getTempFile: function (url) { wx.showLoading({}); let that = this; wx.downloadFile({ url: url, success: function (res) { console.log("url===>", url) console.log("res===>", res) console.log("res.tempFilePath===>", res.tempFilePath) that.goodsInfoImg=res.tempFilePath //继续生成商品的小程序码 that.downloadSkuQrCode(that.qrCode); }, fail: function (err) { } }); }, 发布之后 渲染不出来 一直在加载中
2020-04-29 - 订阅消息失败?
getSubscribeMessage(){ console.error('支付事件') let self = this,tmplIds = ['nHISR63lFjiiqK3XW17BlxDL-owwRwuIA8lF7FPX1BU']; tmplIds.push(self.xcx_template_id); wx.requestSubscribeMessage({ tmplIds: tmplIds, success (res) { console.error("res:",res) if(self.selectionInd == 0){ console.error('会员卡支付'); self.cardPayment(); }else{ console.error('微信支付'); self.wechartPayment(); } }, fail: function(e) { console.error('失败:',e) }, }); if(self.selectionInd == 0){ self.cardPayment(); }else{ self.wechartPayment(); } }, main.js? [sm]:807 失败: {errMsg: "requestSubscribeMessage:fail can only be invoked by user TAP gesture."}
2020-04-28 - 微信小程序 模板消息报错?
requestSubscribeMessage:fail can only be invoked by user TAP gesture模板消息报错
2020-04-27 - 小程序web-view 加载的HTML页面 iPhone6S iPhone8 页面顶部手机时间显示?
[图片][图片]
2020-04-25 - 小程序 web-view html页面如何做到JS css只加载一次?
小程序 web-view html页面如何做到JS css只加载一次?
2020-04-25 - 如何获取小程序来源?
后台如何获取小程序来源?比如搜索小程序、附近小程序……?
2020-04-24