Browse Source

添加快捷文案模板

DESKTOP-SVI9JE1\muzen 2 years ago
parent
commit
af56afb7cb
1 changed files with 6 additions and 0 deletions
  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){