|
@@ -13,6 +13,9 @@
|
|
|
<template th:replace="components/header"></template>
|
|
|
<div id="container">
|
|
|
<div id="instrueMent" >
|
|
|
+ <th:block th:if="${typeFloorJson.get('contentLabel')}!=null" th:object="${typeFloorJson}">
|
|
|
+ <input type="hidden" th:value="${typeFloorJson.get('contentLabel')}" id="contentLabel">
|
|
|
+ </th:block>
|
|
|
<div class="instrue-right" th:if="${typeFloorJson.get('hotSearchList')}!=null and ${typeFloorJson.get('hotSearchList').size}>0">
|
|
|
<div class="wrap_tittle"> 大家都在搜<span class="line"></span></div>
|
|
|
<div v-if="isPC" class="hot-search">
|