liuxiaona 2 years ago
parent
commit
8f2aa5d262
1 changed files with 0 additions and 1 deletions
  1. 0 1
      project/src/components/channelCode/createChannelCode.vue

+ 0 - 1
project/src/components/channelCode/createChannelCode.vue

@@ -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{