Merge branch 'master' of http://git.scdxtc.com/chen/squareDancing
commit
98dded1680
|
@ -227,7 +227,7 @@ function receiveMessage(event)
|
||||||
// 送礼物列表
|
// 送礼物列表
|
||||||
let giftList = dataList.gift
|
let giftList = dataList.gift
|
||||||
|
|
||||||
console.log(giftList, '获取的礼物列表')
|
// console.log(giftList, '获取的礼物列表')
|
||||||
if (giftList.length > 0) {
|
if (giftList.length > 0) {
|
||||||
updateUserCell(giftList)
|
updateUserCell(giftList)
|
||||||
console.log(userCell, '用户电池记录')
|
console.log(userCell, '用户电池记录')
|
||||||
|
@ -309,6 +309,8 @@ function receiveMessage(event)
|
||||||
if (userCellNum >= 99) {
|
if (userCellNum >= 99) {
|
||||||
decoration.push('big-wing')
|
decoration.push('big-wing')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(dm.uname+' 有充值用户发言了', 'sssss')
|
||||||
}
|
}
|
||||||
|
|
||||||
// 新用户
|
// 新用户
|
||||||
|
|
Loading…
Reference in New Issue