cp 2021-12-09 10:44:13 +08:00
commit 98dded1680
1 changed files with 3 additions and 1 deletions

View File

@ -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')
} }
// 新用户 // 新用户