zlisen 4 年之前
父節點
當前提交
9ba9dad24e
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      src/compents/navcustom/index.jsx
  2. 2
    2
      src/pages/house/addnewhouse/index.jsx

+ 1
- 1
src/compents/navcustom/index.jsx 查看文件

@@ -50,7 +50,7 @@ const NavCustom = props => {
50 50
                   height: 40,
51 51
                   borderRadius: 20,
52 52
                   margin:0,
53
-                  background: "#000"
53
+                 
54 54
                 }}
55 55
                 src={taShop.logo}
56 56
               ></Image>

+ 2
- 2
src/pages/house/addnewhouse/index.jsx 查看文件

@@ -93,8 +93,8 @@ const index = (props) => {
93 93
     const onParkingAdderssChange = (e) => {
94 94
         console.log(e,'formReset')
95 95
         setParking({
96
-            ...address,
97
-            parking:e.detail.value
96
+            ...parking,
97
+            address:e.detail.value
98 98
         })
99 99
     }
100 100