|
@@ -442,7 +442,6 @@ export default {
|
442
|
442
|
msg_list.forEach((item) => {
|
443
|
443
|
item.content = item.content ? item.content.replace('%NICKNAME%', '「客户昵称」') : '';
|
444
|
444
|
item.attachments = item.attachments && item.attachments != '' ? JSON.parse(item.attachments) : [];
|
445
|
|
- console.log(item.weeks,item);
|
446
|
445
|
if(item.weeks){
|
447
|
446
|
item.weeks = item.weeks.split(',')
|
448
|
447
|
}else{
|