|
@@ -207,7 +207,7 @@ export default (props) => {
|
207
|
207
|
<image mode='scaleToFill' className='title-image-cup' src={BlackSpot} />
|
208
|
208
|
<text className='title-title-boss' >更多指引</text>
|
209
|
209
|
</view>
|
210
|
|
- <view style={{ padding: '0 30rpx', boxSizing: 'border-box' }}>
|
|
210
|
+ <view>
|
211
|
211
|
{(extend || []).map((item, index) => <MoreGuide key={(index)} item={item} />)}
|
212
|
212
|
</view>
|
213
|
213
|
</view>
|