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

+ 2
- 2
src/pages/house/addnewhouse/index.jsx ファイルの表示

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