|
@@ -24,19 +24,20 @@
|
|
src="../images/search.png"
|
|
src="../images/search.png"
|
|
alt=""
|
|
alt=""
|
|
></p>
|
|
></p>
|
|
- <!-- <span
|
|
|
|
|
|
+ <span
|
|
class="symp"
|
|
class="symp"
|
|
v-for="(it,ind) in symp"
|
|
v-for="(it,ind) in symp"
|
|
:key="it.conceptId"
|
|
:key="it.conceptId"
|
|
@click="showDetil(it)"
|
|
@click="showDetil(it)"
|
|
- >{{it.description || it.name}}</span> -->
|
|
|
|
- <span
|
|
|
|
|
|
+ >{{it.description || it.name}}</span>
|
|
|
|
+ <!-- 暂时隐藏长按显示功能 -->
|
|
|
|
+ <!-- <span
|
|
class="symp"
|
|
class="symp"
|
|
v-for="(it,ind) in symp"
|
|
v-for="(it,ind) in symp"
|
|
:key="it.conceptId"
|
|
:key="it.conceptId"
|
|
@touchstart.stop.prevent="touchstart(it)"
|
|
@touchstart.stop.prevent="touchstart(it)"
|
|
@touchend.stop.prevent="touchend(it)"
|
|
@touchend.stop.prevent="touchend(it)"
|
|
- >{{it.description || it.name}}</span>
|
|
|
|
|
|
+ >{{it.description || it.name}}</span> -->
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
class="result"
|
|
class="result"
|