浏览代码

fix:群组发消息添加showBuoy字段

tsz 2 年之前
父节点
当前提交
81407b0171
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/msgManage/sendingMsg.vue

+ 1 - 0
src/views/msgManage/sendingMsg.vue

@@ -224,6 +224,7 @@ export default {
         iosUrl: this.send.iosUrl,
         iosUrl: this.send.iosUrl,
         weChatUrl: this.send.weChatUrl,
         weChatUrl: this.send.weChatUrl,
         sendMode: this.send.sendMode,
         sendMode: this.send.sendMode,
+        showBuoy: this.send.showBuoy,
         showContent: this.send.showContent,
         showContent: this.send.showContent,
         sendTime: this.send.sendMode=='1'?this.send.sendTime:''
         sendTime: this.send.sendMode=='1'?this.send.sendTime:''
       }
       }