李志伟 3 years ago
parent
commit
b934d59103

+ 1
- 1
src/components/CompoentsOrder/TobePaid/index.jsx View File

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

+ 1
- 1
src/components/CompoentsOrder/TobeWritten/index.jsx View File

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

+ 1
- 1
src/components/CompoentsOrder/complete/index.jsx View File

110
 
110
 
111
   return (
111
   return (
112
     <scroll-view
112
     <scroll-view
113
-      scroll-y
113
+      scrollY
114
       style="height: 90vh;"
114
       style="height: 90vh;"
115
       refresher-enabled
115
       refresher-enabled
116
       refresher-triggered={IsPull}
116
       refresher-triggered={IsPull}

+ 1
- 1
src/hotel/pages/landlord/roomOrder/roomOrder.jsx View File

45
   return (
45
   return (
46
     <View style={{ padding: '0 30px' }}>
46
     <View style={{ padding: '0 30px' }}>
47
       <CustomNav title={roomName ? roomName : '房间名'} />
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
           detail.length==0?<View className='houseCard'>暂无入住人数据</View>
51
           detail.length==0?<View className='houseCard'>暂无入住人数据</View>

+ 1
- 1
src/pages/MineUserAll/RefundMoney/index.jsx View File

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

+ 1
- 1
src/pages/details/foodDetails/foodDetails.jsx View File

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

+ 1
- 1
src/pages/details/mjDetails/sceneryDetails.jsx View File

100
         <CustomNav title='十公里' />
100
         <CustomNav title='十公里' />
101
       </view>
101
       </view>
102
       <view style={{ overflow: 'hidden', padding: '0 30rpx', height: '100%', background: '#F8F8F8' }}>
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
           <view className='storeDetails'>
104
           <view className='storeDetails'>
105
             <Swiper
105
             <Swiper
106
               className='.swiper'
106
               className='.swiper'

+ 1
- 1
src/pages/index/tabs/Guide.jsx View File

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

+ 1
- 1
src/pages/index/tabs/Mine.jsx View File

104
 
104
 
105
 
105
 
106
   return !person.phone ? <AuthPage /> : (
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
       <view className='User-box'>
110
       <view className='User-box'>

+ 1
- 1
src/shop/components/ShopKeeper/shopKeeper.jsx View File

95
       </view>
95
       </view>
96
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
96
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
97
       <view style={{ padding: '30rpx', height: '100%' }}>
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
           <view className='storexx'>
99
           <view className='storexx'>
100
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder='请选择商铺' value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
100
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder='请选择商铺' value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
101
             <view onClick={ShowMoldeOn} className='User-info-cutover'>
101
             <view onClick={ShowMoldeOn} className='User-info-cutover'>

+ 1
- 1
src/shop/components/Sparead/spreadMoney.jsx View File

57
       </view>
57
       </view>
58
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
58
       <ToggleRole showCutover={showCutover} maskClosable={showCutover} onClose={onClose} role='shop' />
59
       <view style={{ padding: '30rpx', height: '100%' }}>
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
           <view className='storexx'>
61
           <view className='storexx'>
62
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder="请选择商铺" value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
62
             <view className='storeName'>店名:<Picker style={{ display: 'inline-block' }} placeholder="请选择商铺" value={shop?.shopId} kv={['shopName', 'shopId']} dicts={shopList} onChange={handleHotelChange} /></view>
63
             <view onClick={ShowMoldeOn} className='User-info-cutover'>
63
             <view onClick={ShowMoldeOn} className='User-info-cutover'>