zhuxinbo 5 лет назад
Родитель
Сommit
7a9ba8144b
3 измененных файлов с 704 добавлено и 612 удалено
  1. 700 611
      src/views/modules/kuaishouapp/creativeCreate.vue
  2. 3 0
      src/views/template/creative/create.vue
  3. 1 1
      vue.config.js

Разница между файлами не показана из-за своего большого размера
+ 700 - 611
src/views/modules/kuaishouapp/creativeCreate.vue


+ 3 - 0
src/views/template/creative/create.vue

@@ -209,6 +209,8 @@
             <a-row>
               <a-col :span="8" v-for="(item,index) of HorizontalLargeImageList" :key="index">
                 <a-card title="" :ref="item">
+                  <a-icon type="close" style="float:right;cursor: pointer;" @click="deleteCreative(index)"/>
+                  <div style="clear:both"></div>
                   <div class="dynamically_add_form_item">
                     <a-form-item
                       class
@@ -817,6 +819,7 @@ export default {
         console.log(index)
         console.log(this.HorizontalLargeImageList)
         this.HorizontalLargeImageList.splice(index,1)
+        this.horizonImageCreativeTextColl.splice(index,1)
     }
   },
   created: function() {

+ 1 - 1
vue.config.js

@@ -63,7 +63,7 @@ module.exports = {
          }
        },*/
       '/jeecg-boot': {
-        target: 'http://localhost:8080', //请求本地 需要jeecg-boot后台项目
+        target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
         ws: false,
         changeOrigin: true
       },