gjy 2 年之前
父節點
當前提交
d00c8a5917
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pages/release/selectAddress.vue

+ 2 - 0
pages/release/selectAddress.vue

@@ -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;