Commit a0f58079 by 李嘉林

微信导入地址

parent 244711c4
...@@ -62,11 +62,17 @@ export default { ...@@ -62,11 +62,17 @@ export default {
that.disposeAddress(res); that.disposeAddress(res);
}, },
fail: function(res) { fail: function(res) {
// chooseAddress:fail auth deny ---用户拒绝后msg
// chooseAddress:fail cancel ---用户点击取消按钮
console.log(res,'-------------------65')
//用户取消 //用户取消
console.log(5); console.log(5);
// wx.navigateBack(); if(res.errMsg.indexOf("cancel")!=-1){
wx.navigateBack();
}else{
that.getSett(); that.getSett();
} }
}
}); });
}, },
getSett() { getSett() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment