在手机上 查看没有什么问题,在电脑模拟机上查看有问题
微信小程序页面突然报渲染层错误,'replace' undefined?微信小程序模拟机环境,突然报'replace' undefined错误,[图片] 然后页面就成 [图片]这样了
2020-12-24强烈建议 Half Screen Dialog 里面可以添加其他组件,感觉Half Screen Dialog设计挺好的,就是不能添加别的组件
Half Screen Dialog 添加其他基础组件https://developers.weixin.qq.com/miniprogram/dev/extended/weui/half-screen-dialog. 怎么在半屏弹窗中添加其他基础组件??
2020-08-14已经解决了
wx.getLocation 在安卓系统中获取不到定位权限- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 res.authSetting['scope.userLocation'] 的值不能为undefine,应当为true或者false , 或者调用wx.getLocation能够定位。 目前在IOS系统中可以。 安卓手机也出现过可以的情况,不稳定,真机调试。 - 复现路径 - 提供一个最简复现 Demo Page({ onLoad:function(option){ var that =this; village_LBS(that); }, onReady:function(){ var that = this; wx.getSetting({ success:(res)=>{ console.log(res); console.log(res.authSetting['scope.userLocation']); if (res.authSetting['scope.userLocation'] != undefined && res.authSetting['scope.userLocation'] != true){ wx.showModal({ title: '是否授权当前位置', content: '需要获取您的地理位置,请确认授权,否则地图功能将无法使用', success:function(res){ if (res.cancel) { console.info("1授权失败返回数据"); } else if (res.confirm){ wx.openSetting({ success: function (data){ console.log(data); if(data.authSetting["scope.userLocation"] == true){ wx.showToast({ title: '授权成功', icon:'success', duration:5000 }) village_LBS(that); } } }) } } }) } else if (res.authSetting['scope.userLocation'] == true) {//初始化进入 village_LBS(that); } else if (res.authSetting['scope.userLocation'] == undefined){ } } }) } }) // 地图功能单独拿出来 - xzz1023 var village_LBS = function (that) { wx.getLocation({ type:'gcj02', success:function(res){ console.log(res.latitude); console.log(res.longitude); } }) }
2019-03-02应该没有!框架应该定了,网页端,用bootStrap结构
小程序有没有像bootstrap一样的前段框架呢如题
2018-09-11