Browse Source

求购问题处理

yangc 8 years ago
parent
commit
3d9dac91c1

+ 2 - 2
components/applyPurchase/BatchPublish.vue

@@ -144,7 +144,7 @@
         <p>其中<span>{{successResult.goodsAmount || 0}}</span>个求购型号有现货在售,您可前往“<span>买家中心-我的求购</span>”查询并直接购买</p>
         <div>
           <a @click="showRemindBox = false">继续发布</a>
-          <a href="/user#/seekPurchase">前往我的求购</a>
+          <a href="/user#/seekPurchase" target="_blank">前往我的求购</a>
         </div>
       </div>
     </div>
@@ -408,7 +408,7 @@
         }
       },
       deleteItem: function (index) {
-        if (!index) {
+        if (!index && index !== 0) {
           let str = ''
           for (let i = 0; i < this.bomList.content.length; i++) {
             if (this.bomList.content[i].checked) {

+ 4 - 4
components/applyPurchase/PublishApply.vue

@@ -603,11 +603,11 @@
                 display: none;
               }
               .el-upload-dragger {
-                width: 66px;
-                height: 66px;
+                width: 247px;
+                height: 216px;
                 position: absolute;
-                bottom: 17px;
-                right: -66px;
+                bottom: -37px;
+                right: -166px;
                 opacity: 0;
               }
             }

+ 1 - 1
nuxt.config.js

@@ -1,6 +1,6 @@
 const path = require('path')
 const isProdMode = Object.is(process.env.NODE_ENV, 'production')
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://10.10.100.107:8081/platform-b2c/' : 'http://10.1.51.90:8080/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://10.10.100.107:8081/platform-b2c/' : 'http://10.1.51.88:8889/platform-b2c/')
 
 module.exports = {
   router: {