提交 1d9dd9cb 编写于 作者: KK's avatar KK

搜索组件调整

上级 7484a09b
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
<van-tag type="primary" v-for="item in historyList" :key="item.index" round size="medium" color="#ededed" text-color="#333" @click="searchbarValueChange(item)">{{item}}</van-tag> <van-tag type="primary" v-for="item in historyList" :key="item.index" round size="medium" color="#ededed" text-color="#333" @click="searchbarValueChange(item)">{{item}}</van-tag>
</div> </div>
</div> </div>
<div class="record" v-show="searchbarIsFocus || isSpeaking" > <div class="record" v-show="thirdPartyService.isInit && (searchbarIsFocus || isSpeaking)" >
<div class="record_icon" :class="{'speaking':isSpeaking}" > <div class="record_icon" :class="{'speaking':isSpeaking}" >
<ion-icon name="mic-outline" @touchstart="gotouchstart" @touchmove="gotouchmove" @touchend="gotouchend"></ion-icon> <ion-icon name="mic-outline" @touchstart="gotouchstart" @touchend="gotouchend" @gesturestart="gotouchstart" @gestureend="gotouchend"></ion-icon>
</div> </div>
<div class="record_text" v-show="!isSpeaking"><div>按住说话</div></div> <div class="record_text" v-show="!isSpeaking"><div>按住说话</div></div>
<div class="record_text" v-show="isSpeaking"><div>请说话</div></div> <div class="record_text" v-show="isSpeaking"><div>请说话</div></div>
...@@ -26,6 +26,7 @@ import { ThirdPartyService } from "@ibiz-core"; ...@@ -26,6 +26,7 @@ import { ThirdPartyService } from "@ibiz-core";
components: {}, components: {},
}) })
export default class AppRoundList extends Vue { export default class AppRoundList extends Vue {
/** /**
* 第三方服务 * 第三方服务
* *
...@@ -88,6 +89,7 @@ export default class AppRoundList extends Vue { ...@@ -88,6 +89,7 @@ export default class AppRoundList extends Vue {
this.hasHistory = true; this.hasHistory = true;
} }
} }
/** /**
* 每一类搜索历史 * 每一类搜索历史
* *
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册