李志伟 3 years ago
parent
commit
ed76ba54a7

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

154
           </view>
154
           </view>
155
       }
155
       }
156
 
156
 
157
-      <SpinBox loading={loading} className='index-container' style={{ padding: '0 30rpx'}}>
157
+      <SpinBox loading={loading} className='index-container' style={{ padding: '0 30rpx', background: '#F8F8F8' }}>
158
         <scroll-view
158
         <scroll-view
159
           scrollY={isScroll}
159
           scrollY={isScroll}
160
           style={{ height: '100%' }}
160
           style={{ height: '100%' }}
249
                   style={{
249
                   style={{
250
                     position: "relative",
250
                     position: "relative",
251
                     marginTop: '1em',
251
                     marginTop: '1em',
252
+                    background:'#FFF',
252
                     display: extend == "" ? "none" : "",
253
                     display: extend == "" ? "none" : "",
253
                   }}
254
                   }}
254
                 >
255
                 >

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

111
       }
111
       }
112
 
112
 
113
 
113
 
114
-      <SpinBox loading={loading} className='index-container' style={{ padding: '0 30rpx'}}>
114
+      <SpinBox loading={loading} className='index-container' style={{ padding: '0 30rpx', background: '#F8F8F8' }}>
115
         <scroll-view scrollY style={{ height: '100%' }}>
115
         <scroll-view scrollY style={{ height: '100%' }}>
116
           <view className='storeDetails'>
116
           <view className='storeDetails'>
117
             <View className='huadong'>
117
             <View className='huadong'>
159
           <view class="adContainer">
159
           <view class="adContainer">
160
             <Ad unit-id="adunit-a0f97bb7ec8ec7bb" ad-intervals="30" />
160
             <Ad unit-id="adunit-a0f97bb7ec8ec7bb" ad-intervals="30" />
161
           </view>
161
           </view>
162
-          <view style={{ position: 'relative', display: extend == '' ? 'none' : '' }}>
162
+          <view style={{ position: 'relative' ,background:'#FFF', display: extend == '' ? 'none' : '' }}>
163
             <view className='title'>
163
             <view className='title'>
164
               <image src={titlejd} />景点介绍
164
               <image src={titlejd} />景点介绍
165
             </view>
165
             </view>