Browse Source

yiqiandao

xujing 5 years ago
parent
commit
c369f70d79
4 changed files with 15 additions and 5 deletions
  1. 1
    1
      config/dev.js
  2. 3
    3
      src/pages/project/index.js
  3. 1
    1
      src/pages/shop/index.js
  4. 10
    0
      src/pages/shop/index.scss

+ 1
- 1
config/dev.js View File

@@ -11,7 +11,7 @@ module.exports = {
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12 12
     // HOST: '"http://192.168.2.52:8080"',
13 13
     // WSS_HOST: '"ws://192.168.2.52:8080"',
14
-    Version: 'V3.5.2.2_12121'
14
+    Version: 'V3.5.2.2_12122'
15 15
   },
16 16
   weapp: {},
17 17
   h5: {}

+ 3
- 3
src/pages/project/index.js View File

@@ -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: [],

+ 1
- 1
src/pages/shop/index.js View File

@@ -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 View File

@@ -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;