|
@@ -159,12 +159,13 @@ export default withLayout((props) => {
|
159
|
159
|
<view class="adContainer">
|
160
|
160
|
<Ad unit-id="adunit-a0f97bb7ec8ec7bb" ad-intervals="30" />
|
161
|
161
|
</view>
|
162
|
|
- <view style={{ position: 'relative' ,background:'#FFF', display: extend == '' ? 'none' : '' }}>
|
|
162
|
+ <view style={{ position: 'relative', display: extend == '' ? 'none' : '' }}>
|
163
|
163
|
<view className='title'>
|
164
|
164
|
<image src={titlejd} />景点介绍
|
165
|
165
|
</view>
|
166
|
|
- {(extend || []).map((item) => <Extend item={item} />)}
|
167
|
|
-
|
|
166
|
+ <View style={{ background: '#FFF' }}>
|
|
167
|
+ {(extend || []).map((item) => <Extend item={item} />)}
|
|
168
|
+ </View>
|
168
|
169
|
</view>
|
169
|
170
|
<view style={{ position: 'relative', marginTop: '6em', display: recommend == '' ? 'none' : '' }}>
|
170
|
171
|
<view className='title'>
|