获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 搜索框键盘未弹起?
操作步骤 点击输入框 →按手机底部自带导航中间件退出→然后再次进去小程序→点击搜索框,第一次有键盘高度,但是键盘未出现 手机(华为) [图片] [图片] 有试过 adjust-position="{{false}}",fixed定位,通过获取焦点和失去焦点给bottom值,依然会有此问题
2020-10-21 - wx.openLocation点击自带的返回键2次才能退出?
wx.config({ debug: false, appId: xx, timestamp:res.data.timestamp , nonceStr: res.data.nonceStr, signature: res.data.signature, jsApiList: ["openLocation"] }); wx.ready(function () { wx.openLocation({ longitude: parseFloat(params.longitude), latitude:parseFloat(params.latitude), name: params.name, address: params.address }) }); wx.error(function(res){ console.log("err:"+res); });
2019-08-20