iphone6s iphone7无效,安卓的可以。【51小程 序】beta版本开发工具无法格式化wxml代码,快捷键也无效,mac版本的&微信小程序 ...。
ios: 10.3.2 wechat:6.5.12
wechatlib:1.4.4
微信小程序编译:1.1.0
refLoadAuthorize:function(succ,fail){
var that = this;
if(wx.openSetting){
console.log('wx.openSetting load');//这里可以打印出来,后面就没有反应,也不报错
wx.openSetting({
success: (res)=> {
console.log('success',res);
if (res.authSetting["scope.userInfo"]) {
that.getUserInfo();
if (typeof succ == 'function') succ();
}
else
{
if (typeof fail == 'function') fail();
}
if (res.authSetting["scope.userLocation"]){
that.getLocation();
}
},
fail :(res)=>{
console.log('fail',res);
},
complete:(res)=>{
console.log('complete',res);
}
});
} else {
console.log('不支持wx.openSetting');
wx.showModal({
title: '提示',
content: "您的微信版本过低,不支持再次授权,请删除微信小程序重新打开,授权请点击‘允许’",
showCancel: false,
confirmText: '确定'
});
}
},
微信小程序开发问题解答 本文来自微信小程序工厂 http://www.xcxgc.com,转载请保留。
微信小程序开发者回答:
晨***:
在Page的生命周期函数中调用目前有些问题,后续版本会修复。可以先setTimeout延时调用。
算***:
遇到同样的问题
【微信小程序问题】微信开发者工具打不开
L***:
按照官方回复的可以完成。
L***:系统记录
算***:
是啊,就是这完成方式太过hack,让人纠结!
【微信小程序问题】beta版开发工具逻辑与真机不同
本文网址:http://www.91bianli.com/weixinxiaochengxu/30683.html