@@ -7,7 +7,11 @@ Page({
onLoad(options) {
},
- sendReply() {},
+ sendReply() {
+ if (!this.data.value) {
+ return
+ }
+ },
bindKeyInput(e) {
this.setData({
value: e.detail.value