Commit c7ee75f3fb4a11fa0267e34ed98799f1bfedfac7

Authored by liangqingchun
1 parent 1945912c18

消息提醒bug修复

Showing 1 changed file with 2 additions and 0 deletions

littleApp_child/app.js View file @ c7ee75f
... ... @@ -150,6 +150,7 @@
150 150 },
151 151 username: '',
152 152 yourname: message.from,
  153 + serviceId: message.ext.serviceId,
153 154 msg: {
154 155 type: 'img',
155 156 data: message.url,
... ... @@ -187,6 +188,7 @@
187 188 },
188 189 username: '',
189 190 yourname: message.from,
  191 + serviceId: message.ext.serviceId,
190 192 msg: {
191 193 type: 'audio',
192 194 data: message.url,