林凡 5 lat temu
rodzic
commit
14be2f8337

+ 3
- 9
config/dev.js Wyświetl plik

@@ -9,15 +9,9 @@ module.exports = {
9 9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-<<<<<<< HEAD
13
-    HOST: '"http://192.168.2.51:8080"',
14
-    WSS_HOST: '"ws://192.168.2.51:8080"',
15
-    Version:'V3.5.2.2_12102'
16
-=======
17
-    // HOST: '"http://192.168.2.52:8080"',
18
-    // WSS_HOST: '"ws://192.168.2.52:8080"',
19
-    Version: 'V3.5.2.2_12121'
20
->>>>>>> cbe91908d12d4a713e5490b4702108ce3186a31e
12
+    // HOST: '"http://192.168.2.51:8080"',
13
+    // WSS_HOST: '"ws://192.168.2.51:8080"',
14
+    Version: 'V3.5.2.2_12122'
21 15
   },
22 16
   weapp: {},
23 17
   h5: {}

+ 0
- 1
src/pages/person/index.js Wyświetl plik

@@ -83,7 +83,6 @@ export default class Person extends Component {
83 83
       url: '/pages/shop/index'
84 84
     })
85 85
   }
86
-
87 86
   redirectTo = (url) => {
88 87
     if (url) {
89 88
       if (typeof url === 'function') {

+ 1
- 1
src/pages/project/detail/index.scss Wyświetl plik

@@ -863,7 +863,7 @@
863 863
     font-size: 40px;
864 864
     color: #000;
865 865
     font-weight: bold;
866
-    height: 76px;
866
+    height: 86px;
867 867
     margin-top: 10px;
868 868
   }
869 869
 

+ 4
- 5
src/pages/project/index.js Wyświetl plik

@@ -36,10 +36,10 @@ export default class Index extends Component {
36 36
     keywords: '',
37 37
     loaded: false,
38 38
     maskBanner: '',
39
-    shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
40
-    // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
39
+    // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
40
+    shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
41 41
     // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1565358322510-share.jpg',
42
-    adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
42
+    // adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
43 43
     bannerList: [],
44 44
     helpGroupList: [],
45 45
     newsList: [],
@@ -95,7 +95,6 @@ export default class Index extends Component {
95 95
   componentWillUnmount() {
96 96
     const { recordId } = this.state
97 97
     recordId && updatePoint(recordId)
98
-
99 98
   }
100 99
 
101 100
   getLocation() {
@@ -269,7 +268,7 @@ export default class Index extends Component {
269 268
 
270 269
     const payload = {
271 270
       name: keywords,
272
-      pageSize: 10
271
+      pageSize: 999
273 272
     }
274 273
     if (curCity.id) {
275 274
       payload.cityId = curCity.id

+ 1
- 1
src/pages/shop/index.js Wyświetl plik

@@ -358,7 +358,7 @@ export default class Shop extends Component {
358 358
               <View className='user__left__name'>{person.nickname}</View>
359 359
               {
360 360
                 user.havaSigned ?
361
-                  (<View className="qiandao__btn">已签到</View>) :
361
+                  (<View className="reday-qiandao-btn">已签到</View>) :
362 362
                   (<View className="qiandao__btn" onClick={this.doSign}>签到</View>)
363 363
               }
364 364
               <View className='message'>

+ 10
- 0
src/pages/shop/index.scss Wyświetl plik

@@ -70,6 +70,16 @@
70 70
         border-radius: 12px;
71 71
         color: #fff;
72 72
       }
73
+      .reday-qiandao-btn{
74
+        padding: 6px 18px;
75
+        font-size: 28px;
76
+        color: #fff;
77
+        position: absolute;
78
+        top:64px;
79
+        right:70px;
80
+        background-color: #DADADA;
81
+        border-radius: 12px;
82
+      }
73 83
       .message{
74 84
         width: 100%;
75 85
         display: flex;