bayi %!s(int64=2) %!d(string=hai) anos
pai
achega
c906f1e700
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      pages/chat/index.js

+ 5 - 1
pages/chat/index.js

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