|
|
@@ -98,7 +98,6 @@
|
|
|
/>
|
|
|
<button
|
|
|
class="button-com mini-btn"
|
|
|
- @click="showPopup"
|
|
|
open-type="getPhoneNumber"
|
|
|
@getphonenumber="getWxMobile"
|
|
|
v-if="shopUser.mobile == ''"
|
|
|
@@ -223,7 +222,7 @@ export default {
|
|
|
receiveCity: "", // 收花人城市
|
|
|
receiveAddress: "", // 收花人城市
|
|
|
receiveFloor: "", // 收花人门楼号和牌号
|
|
|
- receiveFullAddress: "", // 收花人完整地址,从腾讯地图接口获取
|
|
|
+ showAddress: "", // 收花人完整地址,从腾讯地图接口获取
|
|
|
bookMobile: "", // 订花人手机号
|
|
|
reachDate: 0, // 配送时间
|
|
|
reachPeriod: "0", // 配送时段,0上午1下午2晚上
|
|
|
@@ -278,7 +277,7 @@ export default {
|
|
|
changeAreaFn(e) {
|
|
|
console.log("changeAreaFn", e);
|
|
|
this.form.receiveAddress = e.title;
|
|
|
- this.form.receiveFullAddress = e.address;
|
|
|
+ this.form.showAddress = e.address;
|
|
|
this.region.latitude = e.location.lat;
|
|
|
this.region.longitude = e.location.lng;
|
|
|
this.$emit("changeAddress", e);
|