Pārlūkot izejas kodu

询价/核价功能调整为支持多用户核价的功能

Yannay 2 nedēļas atpakaļ
vecāks
revīzija
275f739d95

+ 2 - 3
components/inquiry-verification-list/index.vue

@@ -9,9 +9,8 @@
9 9
                         <view class="name">
10 10
                             <view>{{ item.dictLabel }}</view>
11 11
                             &nbsp;&nbsp;
12
-                            <view v-if="item.price" class="price">
13
-                                <u-icon name="rmb-circle"></u-icon>
14
-                                {{ item.price }}
12
+                            <view v-if="item.myPrice != null && item.myPrice !== ''" class="my-price">
13
+                                我的报价:<u-icon name="rmb-circle"></u-icon>{{ item.myPrice }}
15 14
                             </view>
16 15
                         </view>
17 16
                         <text class="desc">{{ type == '1' ? '意向' : item.model }}</text>

+ 14 - 0
components/inquiry-verification-list/styles/index.scss

@@ -39,12 +39,26 @@
39 39
                         font-weight: bold;
40 40
                         color: #111827;
41 41
                         display: flex;
42
+                        flex-wrap: wrap;
42 43
                         align-items: center;
43 44
                         gap: 10rpx;
44 45
                         .price {
45 46
                             display: flex;
46 47
                             align-items: center;
47 48
                             gap: 5rpx;
49
+                            .price-desc {
50
+                                font-size: 24rpx;
51
+                                color: #9ca3af;
52
+                                font-weight: normal;
53
+                            }
54
+                        }
55
+                        .my-price {
56
+                            font-size: 26rpx;
57
+                            color: #2563eb;
58
+                            font-weight: normal;
59
+                            display: flex;
60
+                            align-items: center;
61
+                            gap: 5rpx;
48 62
                         }
49 63
                     }
50 64
 

+ 2 - 2
store/modules/user.js

@@ -29,8 +29,8 @@ export default {
29 29
 		netConfig: {
30 30
 			// http://59.42.9.166:9520/proxy
31 31
 			// http://10.0.7.100:9500
32
-			ip: "https://crm.nanjingshiyu.com/prod-api/", // ip
33
-			// ip: "https://crmtest.nanjingshiyu.com/prod-api", // 测试环境ip
32
+			// ip: "https://crm.nanjingshiyu.com/prod-api/", // ip
33
+			ip: "https://crmtest.nanjingshiyu.com/prod-api", // 测试环境ip
34 34
 			// ip : "/api", // 测试环境ip
35 35
 			// ip : "http://47.113.184.101", // 测试环境ip
36 36
 			// ip: "http://172.16.7.200", // ip