11
This commit is contained in:
@@ -573,7 +573,7 @@
|
||||
.get('book/clockInForum/getChatList', data)
|
||||
.then(res => {
|
||||
console.log(res, '当天我的打卡内容')
|
||||
if (res.code == 0 && res.chatList.length > 0) {
|
||||
if (res.code == 0 && res.chatList && res.chatList.length > 0) {
|
||||
var arr = []
|
||||
res.chatList.forEach((item1) => {
|
||||
var pjstr = ''
|
||||
|
||||
Reference in New Issue
Block a user