问号后跟的是变量。你试下把你的地址二维码规则变成 https://jinyiwei119.com?type= 这样的格式你在试下
扫普通链接二维码打开小程序,扫码打开的仍然是网页?[图片][图片][图片][图片][图片]
07-22遇到同样的问题,请问解决了吗
input框拼音键盘下输入英文,不点完成直接切换到下一个输入框,第一个input框获取不到值?input框拼音键盘下输入英文,不点完成直接切换到下一个输入框,第一个input框获取不到值,用的是bindinput事件,这种怎么处理呢
07-10我现在测试出来的结果是 ,小程序 基础库2.27.1 就会有这个问题。
请教报错原因watermarkCannot read property 'watermark' of undefined; [Component] Event Handler Error @ pages/index/index#bound onAuth点授权用户信息的时候报这个。
2022-11-14我也遇到同样的这个问题请问怎么解决呢
调用wx.makeBluetoothPair报错errCode:10013https://developers.weixin.qq.com/miniprogram/dev/api/device/bluetooth-ble/wx.makeBluetoothPair.html 调用wx.makeBluetoothPair报错errCode:10013,errMsg:makeBluetoothPair:fail:invalid data 之前用手动输入配对码没有问题,现在想用wx.makeBluetoothPair自动输入配对码 已确认传入的参数pin的ArrayBuffer没有问题 关于wx.makeBluetoothPair文档给的信息太少了,能给一下示例代码吗? 想知道wx.makeBluetoothPair这个API有人调用成功过没 代码如下: pairCode是6位数字 var code = ''+pairCode console.log('pairCode:'+code); var arrayBuffer = new ArrayBuffer(6); var dataView = new DataView(arrayBuffer); for(var i=0;i<code.length;i++){ dataView.setUint8(i,code.charCodeAt(i)); } console.log(arrayBuffer); wx.makeBluetoothPair({ deviceId:BLEConfig.deviceId, pin:arrayBuffer, success:res=>{ console.log(JSON.stringify(res)); }, fail:error=>{ console.log(JSON.stringify(error)); } })
2020-11-04