liuxiaona il y a 2 ans
Parent
commit
8f2aa5d262
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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{