|
@@ -1179,7 +1179,6 @@ export default {
|
|
|
const originalString = res.data[i].content;
|
|
|
const regex = /\$userName=[^$]*\$|[^$]+/g;
|
|
|
const parts = originalString.match(regex);
|
|
|
- console.log(parts);
|
|
|
let newArrList = [];
|
|
|
for (let j = 0; j < parts.length; j++) {
|
|
|
const newStr = parts[j];
|
|
@@ -1193,7 +1192,6 @@ export default {
|
|
|
res.data[i].newContent = newArrList;
|
|
|
}
|
|
|
}
|
|
|
- console.log(res.data, '<==== 看看看看')
|
|
|
this.commentList = res.data
|
|
|
this.sppk(this.commentList) // 获取参与人的方法
|
|
|
this.contRoll()
|