no message
This commit is contained in:
parent
450cc19477
commit
ea2ae8a880
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.3.27",
|
"version": "0.3.28",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
2
public/js/build/487.js
vendored
2
public/js/build/487.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/726.js
vendored
2
public/js/build/726.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/799.js
vendored
2
public/js/build/799.js
vendored
File diff suppressed because one or more lines are too long
@ -71,7 +71,7 @@
|
|||||||
@on-keydown="chatKeydown"
|
@on-keydown="chatKeydown"
|
||||||
@on-input-paste="pasteDrag"
|
@on-input-paste="pasteDrag"
|
||||||
:placeholder="$L('输入消息...')" />
|
:placeholder="$L('输入消息...')" />
|
||||||
<div v-if="msgText" class="dialog-send" @click="sendMsg">
|
<div v-if="msgText != ''" class="dialog-send" @click="sendMsg">
|
||||||
<Icon type="md-send" />
|
<Icon type="md-send" />
|
||||||
</div>
|
</div>
|
||||||
<DialogUpload
|
<DialogUpload
|
||||||
@ -199,7 +199,7 @@ export default {
|
|||||||
this.msgText = text;
|
this.msgText = text;
|
||||||
this.$refs.input.focus();
|
this.$refs.input.focus();
|
||||||
}
|
}
|
||||||
if (!this.msgText) {
|
if (this.msgText == '') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
let tempId = $A.randomString(16);
|
let tempId = $A.randomString(16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user