|
@@ -1,12 +1,9 @@
|
1
|
1
|
import { useState, useEffect, useRef } from "react";
|
2
|
|
-import Taro, { useDidShow } from '@tarojs/taro'
|
|
2
|
+import Taro from '@tarojs/taro'
|
3
|
3
|
import MoreGuide from "@/components/MoreGuide";
|
4
|
4
|
import BossCard from '@/components/BossCard'
|
5
|
|
-import Taxi from '@/assets/icons/GuideCheck/taxi.png'
|
6
|
|
-import WiFi from '@/assets/icons/GuideCheck/WiFi.png'
|
7
|
5
|
import GPS from '@/assets/icons/GuideCheck/GPS.png'
|
8
|
6
|
import copy_logo from '@/assets/icons/GuideCheck/copy_logo.png'
|
9
|
|
-import GoHere from '@/assets/icons/GuideCheck/GoHere.png'
|
10
|
7
|
import Cup from '@/assets/icons/GuideCheck/Cup.png'
|
11
|
8
|
import BlackSpot from '@/assets/icons/GuideCheck/BlackSpot.png'
|
12
|
9
|
import { getRecommendList, getExtendContent } from '@/services/home'
|
|
@@ -309,10 +306,10 @@ export default (props) => {
|
309
|
306
|
<text className='title-title-boss' >老板推荐好吃的</text>
|
310
|
307
|
</view>
|
311
|
308
|
</view>
|
312
|
|
- <view style={{marginTop: '10rpx', marginBottom: '60rpx'}}>
|
|
309
|
+ <view style={{ marginTop: '10rpx', marginBottom: '60rpx' }}>
|
313
|
310
|
{(spackage || []).map((item, index) => <BossCard det={item} st={parseFloat(item.score.toFixed(1))} key={(index)} trackClick={trackClick} taRoomContent={taRoomContent} item={item} />)}
|
314
|
311
|
</view>
|
315
|
|
-
|
|
312
|
+
|
316
|
313
|
</view>
|
317
|
314
|
</scroll-view>
|
318
|
315
|
)
|