个人案例
- 不知道卖啥的店铺
不知道卖啥,或许你可以给个建议?
不知道卖啥的店铺扫码体验
[图片]
给自定义组件传递的函数 property 不生效?【Demo 代码】 页面代码: // js Page({ onLoad() { this.setData({ obj: { inner: () => console.log('Inner') }, outter: () => console.log('Outter') }) } }) // wxml <uploader outter="{{outter}}" inner="{{obj.inner}}"></uploader> 组件代码: // js Component({ properties: { outter: null, inner: null }, methods: { handleTap () { console.log('uploader click: ', this.data); } } }) // wxml <button bindtap="handleTap">click me</button> 【复现步骤】 点击按钮,打印:[图片] 【期望结果】 inner 有值 【版本信息】 基础库 2.25.0 模拟器、真机中 inner 皆是 null。
2022-07-08[图片] 还有问题吗?
文档错误?https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html 文档上面这么写 <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber"></button> Page({ getPhoneNumber (e) { console.log(e.detail.code) } }) 实际上是这样 [图片] 并没有code 而是encryptedData
2022-07-08有内鬼终止交易
接口有bughttps://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/user-login/code2Session.html [图片] 为什么有时候 此接口不按照文档字段返回参数 ? 返回的 数据是 <h2>Moved</h2> 这是啥玩意儿?
2022-07-07appid提供一下?
小程序中图片显示出现翻转,这是什么问题?小程序中就一个很普通的图片显示,有人手机打开后显示的图片出现翻转,手机型号为iPhone8,其他人的手机没发现有这种情况。 目前不清楚需要从哪里排查解决这个问题 [图片]
2022-07-07我觉得那你只能自己写一个预览组件,然后。。。
小程序中的图片,预览大图时怎么计算在大图上的停留时间?小程序中的图片,点击图片可以预览大图(bindtap),要统计查看大图的时间。 测试了一下,点击打开大图时会触发onHide,关闭大图时触发onShow,如果是这样正常打开/关闭大图,这段时间可以统计下来。 问题是,打开大图后,可能会切换到其他应用(比如通过打开一些应用的通知信息切换到其他应用,这段时间是不需要统计的),但这时貌似没看到会触发小程序的哪个生命周期回调或事件。 想请教下大家有什么办法?
2022-07-07https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-link.html https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/staticstorage/jump-miniprogram.html
H5可以跳转微信小程序吗?请问,H5可以跳转小程序吗?如何实现呢?
2022-07-07代码怎么写的?
为什么image函数打开后想导入图片却无法导入,只能导入程序?[图片]
2022-07-07js 截图一下
wx.navigateTo为什么报错?wx.navigateTo 报红点 [ appservice 生成错误] pages/index/index.js: file: pages/index/index.js unknown: Unexpected token, expected "," (8:4) 6 | } , 7 | > 8 | wx.navigateTo({ | ^ 9 | url: '/pages/index/index?id'=+nid, 10 | }) 11 | }(env: Windows,mp,1.06.2206090; lib: 2.17.0) VM1837:1114 页面【pages/index/index]错误: Error: module "pages/index/index.js" is not defined, require args is "pages/index/index.js at require (VM1667 WAService.js:2) at <anonymous>:1111:7 at doWhenAllScriptLoaded (<anonymous>:1146:21) at Object.scriptLoaded (<anonymous>:1174:5) at Object.<anonymous> (<anonymous>:1199:22) at VM1667 WAService.js:2 at r (VM1667 WAService.js:2)(env: Windows,mp,1.06.2206090; lib: 2.17.0)
2022-07-07丢个代码片段看看 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
movable-view 设置xy定位后进行缩放,后续重置xy后定位不准确在mounted钩子设置xy将movable-view定位到movable-area中间,缩放操作后再通过xy定位的时候(此时的缩放等级跟最开始定位时不同),movable-view定位位置不在movable-area中间
2022-07-07access_token 无效或者过期(1、真的过期了 / 2、别的地方重新获取了access_token,导致这个过期了)
errcode:40001是什么问题?https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=ACCESS_TOKEN errcode:40001是什么问题?
2022-07-07