Browse Source

微网站

xiaoming_global 4 years ago
parent
commit
15027f3f0f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/scrm_pages/site/components/add-contact.vue

+ 0 - 1
src/scrm_pages/site/components/add-contact.vue View File

@@ -950,7 +950,6 @@ export default {
950 950
         var sorts =  this.rotationform.sort;
951 951
         var sort = parseInt(sorts);
952 952
         this.rotationform.sort = sort;
953
-        console.log("长度",this.rotationdata.length)
954 953
         for (let index = 0; index < this.rotationdata.length; index++) {
955 954
           this.rotationform.rotationImages.push(this.rotationdata[index].images);  
956 955
           this.rotationform.ids.push(this.rotationdata[index].id);