Pārlūkot izejas kodu

img customerdeatil

xujing 5 gadus atpakaļ
vecāks
revīzija
f7943ac0f2

+ 4
- 4
config/dev.js Parādīt failu

@@ -5,12 +5,12 @@ module.exports = {
5 5
   defineConstants: {
6 6
     // HOST: '"http://47.101.36.130:8085"',//测试
7 7
     // WSS_HOST: '"wss://47.101.36.130:8085"',
8
-    HOST: '"https://dev.jinchengjiaye.com"',//测试
9
-    WSS_HOST: '"wss://dev.jinchengjiaye.com"',
8
+    // HOST: '"https://dev.jinchengjiaye.com"',//测试
9
+    // WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    // HOST: '"http://192.168.2.51:8080"',
13
-    // WSS_HOST: '"ws://192.168.2.51:8080"',
12
+    HOST: '"http://192.168.2.52:8080"',
13
+    WSS_HOST: '"ws://192.168.2.52:8080"',
14 14
     Version: 'V3.5.5'
15 15
   },
16 16
   weapp: {},

+ 6
- 8
src/pages/activity/assembleItem/index.scss Parādīt failu

@@ -9,7 +9,6 @@
9 9
 
10 10
 .item {
11 11
   overflow: hidden;
12
-  margin-bottom: 40px;
13 12
   padding: 20px 10px;
14 13
   position: relative;
15 14
   border-bottom:1px solid #eee;
@@ -41,15 +40,14 @@
41 40
 
42 41
   .pic {
43 42
     width: 220px;
44
-    height:160px;
45
-    border-radius: 12px;
43
+    height:124px;
46 44
   }
47 45
   .status-icon{
48
-    width: 120px;
49
-    height: 120px;
46
+    width: 124px;
47
+    height: 124px;
50 48
     position: absolute;
51 49
     right:0;
52
-    top:42px;
50
+    top:22px;
53 51
   }
54 52
 
55 53
   .title {
@@ -65,14 +63,14 @@
65 63
     font-size: 26px;
66 64
     color: #666;
67 65
     position: absolute;
68
-    top:90px;
66
+    top:66px;
69 67
     left:254px;
70 68
   }
71 69
   .hexiaoma{
72 70
     color: $primary-color;
73 71
     font-size: 26px;
74 72
     position: absolute;
75
-    top:90px;
73
+    top:66px;
76 74
     left:254px;
77 75
   }
78 76
   .count-time{

+ 6
- 8
src/pages/activity/assistanceItem/index.scss Parādīt failu

@@ -9,7 +9,6 @@
9 9
 
10 10
 .item {
11 11
   overflow: hidden;
12
-  margin-bottom: 40px;
13 12
   padding: 20px 10px;
14 13
   position: relative;
15 14
   border-bottom:1px solid #eee;
@@ -41,15 +40,14 @@
41 40
 
42 41
   .pic {
43 42
     width: 220px;
44
-    height:160px;
45
-    border-radius: 12px;
43
+    height:124px;
46 44
   }
47 45
   .status-icon{
48
-    width: 120px;
49
-    height: 120px;
46
+    width: 124px;
47
+    height: 124px;
50 48
     position: absolute;
51 49
     right:0;
52
-    top:42px;
50
+    top:22px;
53 51
   }
54 52
 
55 53
   .title {
@@ -65,14 +63,14 @@
65 63
     font-size: 26px;
66 64
     color: #666;
67 65
     position: absolute;
68
-    top:90px;
66
+    top:66px;
69 67
     left:254px;
70 68
   }
71 69
   .hexiaoma{
72 70
     color: $primary-color;
73 71
     font-size: 26px;
74 72
     position: absolute;
75
-    top:90px;
73
+    top:66px;
76 74
     left:254px;
77 75
   }
78 76
   .count-time{

+ 1
- 1
src/pages/checkin/index.js Parādīt failu

@@ -128,7 +128,7 @@ export default class checkin extends Component {
128 128
         {/* <checkinsuccess></checkinsuccess> */}
129 129
         {/* <achievePhone></achievePhone> */}
130 130
         <View>
131
-          <Image className="img" mode="aspectFill" src={dynamic.imgUrl}  ></Image>
131
+          <Image className="img" mode="aspectFill" src={dynamic.listImgUrl}  ></Image>
132 132
         </View>
133 133
         <View style="margin-bottom:20px"  >
134 134
           <View className="text1"> <Text>{dynamic.title}</Text></View>

+ 1
- 1
src/pages/checkin/index.scss Parādīt failu

@@ -6,7 +6,7 @@
6 6
 
7 7
 .img {
8 8
   width: 750px;
9
-  height: 368px;
9
+  height: 420px;
10 10
   margin-bottom: 20px
11 11
 }
12 12
 

+ 1
- 3
src/pages/person/myShare/accessRecord.js Parādīt failu

@@ -108,8 +108,7 @@ export default class Person extends Component {
108 108
 
109 109
     if (item.myCustomer == 1) {
110 110
       Taro.navigateTo({
111
-        url: `/pages/person/customerAnalysis/myCustomer?
112
-          =` + item.customerId
111
+        url: `/pages/person/customerAnalysis/myCustomer?customerId=` + item.customerId
113 112
       })
114 113
     } else {
115 114
       Taro.showToast({
@@ -118,7 +117,6 @@ export default class Person extends Component {
118 117
         icon: 'none',
119 118
       })
120 119
     }
121
-
122 120
   }
123 121
 
124 122
   render() {