李志伟 преди 3 години
родител
ревизия
b934d59103

+ 1
- 1
src/components/CompoentsOrder/TobePaid/index.jsx Целия файл

@@ -17,7 +17,7 @@ export default (props) => {
17 17
     Taro.navigateTo({ url: '/pages/PayOrder/index' })
18 18
   }
19 19
   return (
20
-    <scroll-view scroll-y style='height:100%;'  >
20
+    <scroll-view scrollY style='height:100%;'  >
21 21
 
22 22
       <view className='TobePaid-box'>
23 23
         <view className='OrderNumber'>订单编号:ABC123456789</view>

+ 1
- 1
src/components/CompoentsOrder/TobeWritten/index.jsx Целия файл

@@ -9,7 +9,7 @@ import './style.less'
9 9
 export default (props) => {
10 10
 
11 11
   return (
12
-    <scroll-view scroll-y style='height:100%;'  >
12
+    <scroll-view scrollY style='height:100%;'  >
13 13
 
14 14
 
15 15
       <view className='TobeWritten-box'>

+ 1
- 1
src/components/CompoentsOrder/complete/index.jsx Целия файл

@@ -110,7 +110,7 @@ export default (props) => {
110 110
 
111 111
   return (
112 112
     <scroll-view
113
-      scroll-y
113
+      scrollY
114 114
       style="height: 90vh;"
115 115
       refresher-enabled
116 116
       refresher-triggered={IsPull}

+ 1
- 1
src/hotel/pages/landlord/roomOrder/roomOrder.jsx Целия файл

@@ -45,7 +45,7 @@ export default withLayout((props) => {
45 45
   return (
46 46
     <View style={{ padding: '0 30px' }}>
47 47
       <CustomNav title={roomName ? roomName : '房间名'} />
48
-      <scroll-view scroll-y="true" scroll-view='true' bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll" style={{ height: 'calc(100vh - 65px)' }}>
48
+      <scroll-view scrollY style={{ height: 'calc(100vh - 65px)' }}>
49 49
 
50 50
         {
51 51
           detail.length==0?<View className='houseCard'>暂无入住人数据</View>

+ 1
- 1
src/pages/MineUserAll/RefundMoney/index.jsx Целия файл

@@ -76,7 +76,7 @@ export default withLayout((props) => {
76 76
     <view className="box-content">
77 77
       <CustomNav title="售后退款" />
78 78
       <scroll-view
79
-        scroll-y
79
+        scrollY
80 80
         style="height: calc(100vh - 176rpx);"
81 81
         refresher-enabled
82 82
         refresher-triggered={IsPull}

+ 1
- 1
src/pages/details/foodDetails/foodDetails.jsx Целия файл

@@ -155,7 +155,7 @@ export default withLayout((props) => {
155 155
         style={{ overflow: "hidden", padding: "0 30rpx", height: '100%', background: "#F8F8F8" }}
156 156
       >
157 157
         <scroll-view
158
-          scroll-y="true"
158
+          scrollY
159 159
           style={{ height: '100%' }}
160 160
         >
161 161
           <view className="storeDetails">

+ 1
- 1
src/pages/details/mjDetails/sceneryDetails.jsx Целия файл

@@ -100,7 +100,7 @@ export default withLayout((props) => {
100 100
         <CustomNav title='十公里' />
101 101
       </view>
102 102
       <view style={{ overflow: 'hidden', padding: '0 30rpx', height: '100%', background: '#F8F8F8' }}>
103
-        <scroll-view scroll-y="true" style={{ height: '100%' }}>
103
+        <scroll-view scrollY style={{ height: '100%' }}>
104 104
           <view className='storeDetails'>
105 105
             <Swiper
106 106
               className='.swiper'

+ 1
- 1
src/pages/index/tabs/Guide.jsx Целия файл

@@ -162,7 +162,7 @@ export default (props) => {
162 162
 
163 163
 
164 164
   return (
165
-    <scroll-view scroll-y style='height:100%;'  >
165
+    <scroll-view scrollY style='height:100%;'  >
166 166
 
167 167
       <view className='Guide-Home-box'>
168 168
         {

+ 1
- 1
src/pages/index/tabs/Mine.jsx Целия файл

@@ -104,7 +104,7 @@ export default (props) => {
104 104
 
105 105
 
106 106
   return !person.phone ? <AuthPage /> : (
107
-    <scroll-view scroll-y style='height: 100%;' >
107
+    <scroll-view scrollY style='height: 100%;' >
108 108
 
109 109
 
110 110
       <view className='User-box'>

+ 1
- 1
src/shop/components/ShopKeeper/shopKeeper.jsx Целия файл

@@ -95,7 +95,7 @@ export default (props) => {
95 95
       </view>
96 96
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
97 97
       <view style={{ padding: '30rpx', height: '100%' }}>
98
-        <scroll-view scroll-y scroll-view='true' bindscrolltoupper='upper' bindscrolltolower='lower' bindscroll='scroll' style={{ height: 'calc(100vh - 120px)' }}>
98
+        <scroll-view scrollY style={{ height: 'calc(100vh - 120px)' }}>
99 99
           <view className='storexx'>
100 100
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder='请选择商铺' value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
101 101
             <view onClick={ShowMoldeOn} className='User-info-cutover'>

+ 1
- 1
src/shop/components/Sparead/spreadMoney.jsx Целия файл

@@ -57,7 +57,7 @@ export default (props) => {
57 57
       </view>
58 58
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
59 59
       <view style={{ padding: '30rpx', height: '100%' }}>
60
-        <scroll-view scroll-y="true" scroll-view='true' bindscrolltoupper="upper" bindscrolltolower="lower" bindscroll="scroll" style={{ height: 'calc(100vh - 120px)' }}>
60
+        <scroll-view scrollY style={{ height: 'calc(100vh - 120px)' }}>
61 61
           <view className='storexx'>
62 62
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder="请选择商铺" value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
63 63
             <view onClick={ShowMoldeOn} className='User-info-cutover'>