林凡 5 年之前
父節點
當前提交
14be2f8337
共有 6 個文件被更改,包括 19 次插入17 次删除
  1. 3
    9
      config/dev.js
  2. 0
    1
      src/pages/person/index.js
  3. 1
    1
      src/pages/project/detail/index.scss
  4. 4
    5
      src/pages/project/index.js
  5. 1
    1
      src/pages/shop/index.js
  6. 10
    0
      src/pages/shop/index.scss

+ 3
- 9
config/dev.js 查看文件

9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10
     // HOST: '"https://lt.pawoma.cn"',
10
     // HOST: '"https://lt.pawoma.cn"',
11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
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
   weapp: {},
16
   weapp: {},
23
   h5: {}
17
   h5: {}

+ 0
- 1
src/pages/person/index.js 查看文件

83
       url: '/pages/shop/index'
83
       url: '/pages/shop/index'
84
     })
84
     })
85
   }
85
   }
86
-
87
   redirectTo = (url) => {
86
   redirectTo = (url) => {
88
     if (url) {
87
     if (url) {
89
       if (typeof url === 'function') {
88
       if (typeof url === 'function') {

+ 1
- 1
src/pages/project/detail/index.scss 查看文件

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

+ 4
- 5
src/pages/project/index.js 查看文件

36
     keywords: '',
36
     keywords: '',
37
     loaded: false,
37
     loaded: false,
38
     maskBanner: '',
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
     // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1565358322510-share.jpg',
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
     bannerList: [],
43
     bannerList: [],
44
     helpGroupList: [],
44
     helpGroupList: [],
45
     newsList: [],
45
     newsList: [],
95
   componentWillUnmount() {
95
   componentWillUnmount() {
96
     const { recordId } = this.state
96
     const { recordId } = this.state
97
     recordId && updatePoint(recordId)
97
     recordId && updatePoint(recordId)
98
-
99
   }
98
   }
100
 
99
 
101
   getLocation() {
100
   getLocation() {
269
 
268
 
270
     const payload = {
269
     const payload = {
271
       name: keywords,
270
       name: keywords,
272
-      pageSize: 10
271
+      pageSize: 999
273
     }
272
     }
274
     if (curCity.id) {
273
     if (curCity.id) {
275
       payload.cityId = curCity.id
274
       payload.cityId = curCity.id

+ 1
- 1
src/pages/shop/index.js 查看文件

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

+ 10
- 0
src/pages/shop/index.scss 查看文件

70
         border-radius: 12px;
70
         border-radius: 12px;
71
         color: #fff;
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
       .message{
83
       .message{
74
         width: 100%;
84
         width: 100%;
75
         display: flex;
85
         display: flex;