瀏覽代碼

rm defaultAddress

maguohua1 6 年之前
父節點
當前提交
d823c99985
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      prototype/addressComponent.js

+ 0 - 11
prototype/addressComponent.js

@@ -14,17 +14,6 @@ class AddressComponent extends BaseComponent {
 		this.tencentkey4 = 'Z2BBZ-QBSKJ-DFUFG-FDGT3-4JRYV-JKF5O';
 		this.baidukey = 'fjke3YUipM9N64GdOIh1DNeK2APO2WcT';
 		// this.baidukey2 = 'fjke3YUipM9N64GdOIh1DNeK2APO2WcT';
-		this.defaultAddress = {
-			pinyin: "shanghai",
-			is_map: true,
-			longitude: 121.473701,
-			latitude: 31.23037,
-			sort: 1,
-			area_code: "021",
-			abbr: "SH",
-			name: "上海",
-			id: 1
-		}
 	}
 	//获取定位地址
 	async guessPosition(req){