wesmiler 6 lat temu
rodzic
commit
4481198f5a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      public/static/weixin/js/shop-apply.js

+ 2 - 2
public/static/weixin/js/shop-apply.js

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