张延森 4 лет назад
Родитель
Сommit
eb065502bf
1 измененных файлов: 1 добавлений и 2 удалений
  1. 1
    2
      src/pages/house/list/index.jsx

+ 1
- 2
src/pages/house/list/index.jsx Просмотреть файл

@@ -128,8 +128,7 @@ let house = (props, ref) => {
128 128
                 <Text onClick={()=>onShare(x)}>分享链接</Text>
129 129
               </View>
130 130
             </ContainerLayout>
131
-          </View>
132
-        
131
+          </View>        
133 132
         )}
134 133
       />
135 134