-
-
@@ -46,6 +45,7 @@
import { ref, reactive } from "vue"
import { sendMsg } from "@/api.js"
import axios from "axios"
+import areaChose from "@/view/components/areaChose.vue"
const options = [
{
@@ -77,11 +77,16 @@ const options = [
},
]
+const toArea=()=>{
+
+}
+
+
const townOptions = []
const areaCode = ref('510521')
const townCode = ref("")
-
+const flag=ref(true)
const changeArea = (e) => {
@@ -134,7 +139,7 @@ const sendFn = (event, data = '') => {
display: flex;
align-items: center;
justify-content: center;
- height: 100%;
+ height: 100vh;
}
@@ -162,9 +167,11 @@ const sendFn = (event, data = '') => {
left: 50%;
transform: translateX(-50%);
width: 558px;
+
.area-top {
display: flex;
justify-content: space-around;
+
.town {
background-image: url('/static/img/tradeScreen/areaA.png');
background-size: 100% 100%;
@@ -185,4 +192,6 @@ const sendFn = (event, data = '') => {
background-size: 100% 100%;
transform: translateY(-20px);
}
+
+
\ No newline at end of file