vaecebyZ 1 жил өмнө
parent
commit
30fbaca9f5

+ 12 - 4
src/views/operationManage/advertisingManage/addAdv.vue

@@ -121,10 +121,18 @@ export default {
         {
           label:'首页广告位',
           value:2
+        },
+        {
+          label:'贵大奶茶Banner',
+          value:3
+        },
+        {
+          label:'贵大奶茶广告位',
+          value:4
         }
       ],
       belongTypeOptions:[
-        { 
+        {
           label: "贵大",
           value: 1,
         },
@@ -170,11 +178,11 @@ export default {
                   message: '操作成功',
                   type: 'success'
                 });
-               
+
                   this.$router.push('/operationManage/advertisingManage/index')
             }
           })
-              
+
         }
       });
     },
@@ -196,4 +204,4 @@ export default {
     justify-content: center;
   }
 }
-</style>
+</style>

+ 12 - 5
src/views/operationManage/advertisingManage/index.vue

@@ -40,7 +40,7 @@
       v-loading="loading"
       style="width: 100%"
     >
-     
+
       <el-table-column
         prop="advertsName"
         align="center"
@@ -116,7 +116,7 @@
     </div>
   </div>
 </template>
-  
+
   <script>
 import { debounce } from "@/utils/index";
 import {advList,delAdv} from '@/api/appConfig'
@@ -133,6 +133,14 @@ export default {
         {
           label:'首页广告位',
           value:2
+        },
+        {
+          label:'贵大奶茶Banner',
+          value:3
+        },
+        {
+          label:'贵大奶茶广告位',
+          value:4
         }
       ],
       loading: false,
@@ -210,14 +218,14 @@ export default {
         }
       })
     },
-    
+
   },
   created() {
     this.advList()
   },
 };
 </script>
-  
+
 <style lang="scss" scoped>
 .bannerManage {
   .search{
@@ -229,4 +237,3 @@ export default {
   }
 }
 </style>
-