需写上enable-flex属性 https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html[图片]
scroll-view 无法横向显示?刚接触微小程序开发,直接上代码。 [图片] [图片] 显示效果:[图片] 如果去掉父容器的高度,就会发现它是竖着排列的,是bug吗?
2022-04-07排查下code是不是被使用了
uniapp 获取code错误https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Authorized_Interface_Calling_UnionID.html uni.login({ provider: "weixin", onlyAuthorize: true }).then(res => { res = this.$determine(res) this.errmsg=JSON.stringify(res) if (res.errMsg == 'login:ok') { console.log('code',res.code) } 获取code,给后端,提示code 无效 后端请求: http请求方式: GET https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code 返回: {"errcode":40029,"errmsg":"invalid code, rid: 624e907f-08656c40-47262de6"}
2022-04-07补充一下 wx.shareToWeRun({ recordList: [ { typeId: 4001, number: res?.data?.skipNumber || 0, calorie: res?.data?.skipCalorie / 1000 || 0, }, ], success(res) { console.info("成功", res); }, fail(err) { console.info("错误", err); }, });
wx.shareToWeRun需要什么权限吗?wx.shareToWeRun调用后返回shareToWeRun:fail checkWxaSportRecord:fail:", shareToWeRun是需要什么权限吗,文档上没看到需要权限,scope.werun权限也尝试给了,还是返回这个错误 [图片]
2022-01-06真机上是有的,开发者工具还没支持
getPhoneNumber (e) 中的e.detail 没有codehttps://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
2022-01-06补充一下:allowDuplicatesKey是设置了true的
当反复结束搜索、开始搜索,onBluetoothDeviceFound有时候会监听不到蓝牙设备https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth/wx.onBluetoothDeviceFound.html
2021-12-04