朱鑫波 4 vuotta sitten
vanhempi
commit
21c437584e

+ 1 - 1
src/views/modules/kuaishouapp/account/stepForm/Step1.vue

@@ -68,7 +68,7 @@ import moment from 'moment'
 import { mapActions, mapGetters } from 'vuex'
 
 export default {
-  name: 'BaseForm',
+  name: 'Step1',
   data() {
     return {
       promotionName: '',

+ 8 - 1
src/views/modules/kuaishouapp/account/stepForm/Step2.vue

@@ -241,6 +241,13 @@
           <a-checkbox :value="3">视频播放页广告</a-checkbox>
         </a-checkbox-group>
       </a-form-item>
+       <a-form-item label="创意制作方式" :labelCol="{ lg: { span: 7 }, sm: { span: 7 } }"
+        :wrapperCol="{ lg: { span: 10 }, sm: { span: 17 } }">
+         <a-radio-group buttonStyle="solid" v-decorator="['unitType', { initialValue: '4' }]">
+          <a-radio-button value="4">自定义</a-radio-button>
+          <a-radio-button value="5">程序化创意</a-radio-button>
+        </a-radio-group>
+       </a-form-item>
       <div style="text-align:center;font-size:16px">优化目标和计费</div>
       <a-form-item label=" " :labelCol="{ lg: { span: 6 }, sm: { span: 6 } }"
         :wrapperCol="{ lg: { span: 18 }, sm: { span: 18 } }" class="else-label">
@@ -523,7 +530,7 @@
   ]
 
   export default {
-    name: 'BaseForm',
+    name: 'Step2',
     components: {
       creatApplication,
       targetedPopulation,

+ 0 - 2
src/views/modules/kuaishouapp/account/stepForm/Step3.vue

@@ -430,8 +430,6 @@
             <a-list size="large" bordered :dataSource="title">
               <a-list-item slot="renderItem" slot-scope="item">
                 <a slot="actions" @click="okTitle(item)">选择</a>
-
-
                 {{ item }}
               </a-list-item>
             </a-list>

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 2014 - 39
src/views/modules/kuaishouapp/account/stepForm/Step4.vue


+ 1 - 1
src/views/modules/kuaishouapp/account/stepForm/StepForm.vue

@@ -16,7 +16,7 @@
 <script>
 import Step1 from './Step1'
 import Step2 from './Step2'
-import Step3 from './Step3'
+import Step3 from './Step4'
 export default {
   name: 'StepForm',
   components: {

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -1260,7 +1260,7 @@ a {
             </div>
             <div>
               <a-form-item label="水印素材链接" v-if="showUrlWater">
-                <a-input v-model="showUrlWater" type="text" readonly />
+                <a-input v-model="showUrlWater" type="text" read-only />
               </a-form-item>
             </div>
             <div style="width:100%" class="downLoad">

+ 2 - 2
vue.config.js

@@ -58,7 +58,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+        //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -69,7 +69,7 @@ module.exports = {
         // target: 'http://192.168.1.51:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.170:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
          // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目