|
|
@@ -333,6 +333,7 @@ export default {
|
|
|
addressDetail: '',
|
|
|
areaCode: '',
|
|
|
},
|
|
|
+ showPosition: false
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
@@ -584,6 +585,18 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
},
|
|
|
+ // handleFocus(e) {
|
|
|
+ // if (localStorage.getItem('website')) {
|
|
|
+ // this.showPosition = true;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // },
|
|
|
+ // handleBlur(e) {
|
|
|
+ // console.log("输入框失去焦点", e.target.value);
|
|
|
+ // if (localStorage.getItem('website')) {
|
|
|
+ // this.showPosition = false;
|
|
|
+ // }
|
|
|
+ // }
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
@@ -1016,7 +1029,7 @@ export default {
|
|
|
.area {
|
|
|
color: #363636;
|
|
|
font-size: 13px;
|
|
|
- padding: 20px 30px;
|
|
|
+ padding: 20px 30px 100px;
|
|
|
width: 100%;
|
|
|
box-sizing: border-box;
|
|
|
position: relative;
|