Commit 37d6939d by Sixong.Zhu

u

parent c5752ec7
Showing with 5 additions and 1 deletions
......@@ -347,7 +347,11 @@
}
// 系统推送的消息或老用户(一般是客服,eid为负数),默认为客服发送
if (this.messageBody && +this.messageBody.eid <= 0) {
if (
this.messageBody &&
this.messageBody.eid &&
+this.messageBody.eid <= 0
) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment