@@ -251,6 +251,7 @@
selectAddress(type) {
// 0临时地址 1 新增地址
if (type == 0) {
+ console.log(111111111)
let that = this
uni.getLocation({
type: 'wgs84',
@@ -276,6 +277,7 @@
that.configAddress(that.temporaryAddress)
},
fail: function() {
+ console.log(2222222)
// uni.getSetting({
// success: function(res) {
// var statu = res.authSetting;