瀏覽代碼

静态页面

1002884655 3 年之前
父節點
當前提交
a7f6483a41

+ 1
- 1
src/pages/index/buildingDetail/components/HouseTypeIntro/index.jsx 查看文件

@@ -22,7 +22,7 @@ export default function HouseTypeIntro (props) {
22 22
       </view>
23 23
 
24 24
       <view className='ProjectList'>
25
-        <ScrollView scroll-x>
25
+        <ScrollView scroll-x show-scrollbar={false}>
26 26
           {
27 27
             Info.map((item, index) => (
28 28
               <view className='ListItem' key={`List-${index}`}>

+ 1
- 1
src/pages/index/buildingDetail/components/Pictures/index.jsx 查看文件

@@ -31,7 +31,7 @@ export default function Pictures (props) {
31 31
       </view>
32 32
 
33 33
       <view className='ProjectList'>
34
-        <ScrollView scroll-x>
34
+        <ScrollView scroll-x show-scrollbar={false}>
35 35
           {
36 36
             List.map((item, index) => (
37 37
               <view className='ListItem' key={`List-${index}`} onClick={() => handlePreview(item)}>

+ 1
- 1
src/pages/index/components/IndexHotActivity/index.jsx 查看文件

@@ -6,7 +6,7 @@ export default function IndexHotActivity (props) {
6 6
   const { List = [] } = props
7 7
   return (
8 8
     <view className='components IndexHotActivity'>
9
-      <ScrollView scroll-x={true}>
9
+      <ScrollView scroll-x show-scrollbar={false}>
10 10
         <view className='Content'>
11 11
           {
12 12
             List.map((item, index) => (

+ 1
- 1
src/pages/index/components/LiveSale/index.jsx 查看文件

@@ -46,7 +46,7 @@ export default function LiveSale (props) {
46 46
           }
47 47
         </view>
48 48
         <view className='Content'>
49
-          <ScrollView scroll-x>
49
+          <ScrollView scroll-x show-scrollbar={false}>
50 50
             {
51 51
               PageList.map((item, index) => (
52 52
                 <view className='ListItem' key={`List-${index}`} style={{display: CurrentId === 1 || (CurrentId === 2 && item.kind === 'notice') || (CurrentId === 3 && item.kind === 'live')  || (CurrentId === 4 && item.kind !== 'notice') ? 'inline-block' : 'none'}}>