瀏覽代碼

批量2.0 修改 出价不能大于 3000

jiayufei 3 年之前
父節點
當前提交
8f2a9e974f
共有 2 個文件被更改,包括 4 次插入5 次删除
  1. 2 3
      src/views/modules/kuaishouapp/batchCreation/creat/creatUnit.vue
  2. 2 2
      vue.config.js

+ 2 - 3
src/views/modules/kuaishouapp/batchCreation/creat/creatUnit.vue

@@ -520,7 +520,7 @@
             :disabled="getData('cpaBid')==null||getData('cpaBid') == ''"
           ></a-input-number>
           <span style="color: red" v-if="item.deepConversionBidCheck"
-            >深度转化目标成本必须高于优化目标成本,且不得高于3000元</span
+            >深度转化目标成本必须高于优化目标成本</span
           >
         </a-form-item>
         <a-form-item
@@ -2084,8 +2084,7 @@ export default {
     },
     deep_conversion_bidTip(index) {
       if (
-        this.allForm.group[index].deepConversionBid < this.getData('cpaBid') ||
-        this.allForm.group[index].deepConversionBid > 3000
+        this.allForm.group[index].deepConversionBid < this.getData('cpaBid')
       ) {
         this.allForm.group[index].deepConversionBidCheck = true
       } else {

+ 2 - 2
vue.config.js

@@ -108,7 +108,7 @@ module.exports = {
         // target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要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后台项目
@@ -116,7 +116,7 @@ module.exports = {
         // target:'http://118.24.244.213:8804',
         // target: 'http://192.168.1.43:9999', // 子安
         // target: 'http://192.168.1.8:8806', // 学超
-        target:'http://gateway.tjyourong.com.cn', //测试
+        // target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:7001', //请求本地 需要jeecg-boot后台项目  周泽宇