|
@@ -83,8 +83,8 @@ var app = new Vue({
|
|
|
this.shopInfo.address = this.addressData.address;
|
|
this.shopInfo.address = this.addressData.address;
|
|
|
this.shopInfo.lng = this.addressData.lng;
|
|
this.shopInfo.lng = this.addressData.lng;
|
|
|
this.shopInfo.lat = this.addressData.lat;
|
|
this.shopInfo.lat = this.addressData.lat;
|
|
|
- $("#address").append(JSON.stringify(this.addressData));
|
|
|
|
|
- alert(this.addressData.address);
|
|
|
|
|
|
|
+ $("#address").val(this.addressData.address);
|
|
|
|
|
+
|
|
|
},
|
|
},
|
|
|
// 获取申请信息
|
|
// 获取申请信息
|
|
|
getShopInfo: function(){
|
|
getShopInfo: function(){
|