Explorar el Código

添加快捷文案模板

DESKTOP-SVI9JE1\muzen hace 2 años
padre
commit
af56afb7cb
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      pages/main/index.vue

+ 6 - 0
pages/main/index.vue

@@ -446,6 +446,12 @@
 					msgList().then(res => {
 						this.inputTipList = res.data
 					})
+				}else{
+					this.inputTipList = []
+				}
+				
+				if(e.detail.value === '') {
+					this.msgType = 0
 				}
 			},
 			handleSendMsg(e){