瀏覽代碼

微网站

xiaoming_global 4 年之前
父節點
當前提交
15027f3f0f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/scrm_pages/site/components/add-contact.vue

+ 0 - 1
src/scrm_pages/site/components/add-contact.vue 查看文件

@@ -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);