|
@ -22,11 +22,13 @@ |
|
|
</van-cell> |
|
|
</van-cell> |
|
|
</van-list> |
|
|
</van-list> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<Android></Android> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import { keyWordSearch, popularSearch } from '@/api/home'; |
|
|
import { keyWordSearch, popularSearch } from '@/api/home'; |
|
|
|
|
|
import Android from '@/components/Android' |
|
|
export default { |
|
|
export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
@ -96,7 +98,7 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
components: {}, |
|
|
components: {Android}, |
|
|
computed: { |
|
|
computed: { |
|
|
textHighlighting(textItem, searchText) { |
|
|
textHighlighting(textItem, searchText) { |
|
|
return (textItem, searchText) => { |
|
|
return (textItem, searchText) => { |
|
|