Browse Source

添加快捷文案模板

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
af56afb7cb
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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){