Browse Source

修改bug

yangc 7 years ago
parent
commit
163d031921

+ 1 - 1
components/mobile/applyPurchase/SeekList.vue

@@ -2,7 +2,7 @@
   <div>
     <ul class="seek-list">
       <li v-for="(item, index) in purchaseManListData" class="clearfix">
-        <p v-if="!(userType === 'buyer' && seekType === 'wait') && !(userType !== 'buyer' && item.quotation)">
+        <p v-if="!(userType === 'buyer') && !(userType !== 'buyer' && item.quotation)">
           <span v-if="item.inquiry && (item.inquiry.enName || (item.inquiry.enterprise && item.inquiry.enterprise.enName))">{{[item.inquiry.enName || item.inquiry.enterprise.enName, user.logged] | enterpriseFilter}}</span>
           <span v-else>{{[item.userName, user.logged] | userNameFilter}}</span>
         </p>

+ 1 - 1
nuxt.config.js

@@ -1,7 +1,7 @@
 const path = require('path')
 const isProdMode = Object.is(process.env.NODE_ENV, 'production')
 // b2c后台
-const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://api.usoftmall.com/' : 'http://10.1.51.77:8080/platform-b2c/')
+const baseUrl = process.env.BASE_URL || (isProdMode ? 'http://api.usoftmall.com/' : 'http://192.168.253.121:9090/platform-b2c/')
 // 公共询价
 const commonUrl = process.env.COMMON_URL || (isProdMode ? 'https://api-inquiry.usoftmall.com/' : 'http://218.17.158.219:24000/')
 // 公共物料

+ 4 - 3
pages/mobile/center/vendor/product.vue

@@ -1063,14 +1063,15 @@
       }
       .button {
         font-size: 0.26rem;
-        color: #1a58dd;
+        color: #fff;
         width: 0.92rem;
         text-align: center;
         border-radius: 5px;
-        border:1px solid #1a58dd;
+        /*border:1px solid #1a58dd;*/
+        background: #1a58dd;
         display: inline-block;
         margin-right: 0.2rem;
-        line-height: 0.37rem;
+        line-height: 0.33rem;
         height: 0.37rem;
       }
       margin-bottom: 0.18rem;