居民助手
This commit is contained in:
		@@ -29,7 +29,8 @@
 | 
			
		||||
    <div class="fixed-bottom">
 | 
			
		||||
      <div class="type-text" v-if="type == 'text'">
 | 
			
		||||
        <u-input type="text" placeholder="输入您的问题…" height="80" input-align="left"  :clearable="false" placeholder-style="color:#666;" v-model="content" @confirm="sendMsg"></u-input>
 | 
			
		||||
        <img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/microphone-btn.png" alt="" @click="microPhone">
 | 
			
		||||
        <img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/send.png" alt="" v-if="content.length" @click="sendMsg">
 | 
			
		||||
        <img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/microphone-btn.png" alt="" v-else @click="microPhone">
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="type-record" v-else>
 | 
			
		||||
        <img src="https://cdn.cunwuyun.cn/wechat/biaopin/residentAssistant/keyboard-btn.png" alt="" class="keyboard-btn" @click="keyboardClick">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user