张延森 hace 5 años
padre
commit
bbad560013

+ 5
- 5
config/dev.js Ver fichero

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

+ 1
- 1
config/prod.js Ver fichero

@@ -9,7 +9,7 @@ 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
-    Version:'V3.5.2.2_2019-12-10'
12
+    Version:'V3.5.2.2_2019-12-12'
13 13
   },
14 14
   weapp: {},
15 15
   h5: {}

+ 2
- 2
project.config.json Ver fichero

@@ -1,8 +1,8 @@
1 1
 {
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4
-	"description": "尾房宝",
5
-	"appid": "wx755faa4b3ec76cd3",
4
+	"description": "融创",
5
+	"appid": "wxe9e01aa4a3568f52",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

+ 4
- 4
src/pages/person/personDetail/editDetail/index.js Ver fichero

@@ -176,7 +176,7 @@ export default class editDetail extends Component {
176 176
           <View className='edit edit-phone'>电话号码</View>
177 177
           <Input type='text' className='edit' value={user.tel ? user.tel : user.phone} data-id='phone' onInput={this.BindInfo.bind(this)} />
178 178
         </View>
179
-        {
179
+        {/* {
180 180
           isAgent && (<View className='col_box'>
181 181
             <View className='edit edit-phone'>经纪人类型</View>
182 182
             <Picker mode='selector' className='edit' className='selector' range={this.state.selector} onChange={this.onChange}>
@@ -185,12 +185,12 @@ export default class editDetail extends Component {
185 185
               </View>
186 186
             </Picker>
187 187
           </View>)
188
-        }
189
-        {
188
+        } */}
189
+        {/* {
190 190
           (isChannel && user.personType == 'estate agent') && (<View className='col_box'>
191 191
             <Input type='text' placeholder='请输入渠道码' className='channelCode' data-id='channelCode' onInput={this.BindInfo.bind(this)} />
192 192
           </View>)
193
-        }
193
+        } */}
194 194
         <View className='comfire' onClick={this.clickEditAgent}>保存</View>
195 195
       </View>
196 196
     )

+ 19
- 15
src/pages/project/index.js Ver fichero

@@ -36,10 +36,11 @@ 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',
39
+    // shareImg: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/cff400dab32e9230f6bf7498b8291d7.jpg',
40 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/1576128320527-d9287eea5fb1bab389601ed1d31cf70.jpg', // 融创
41 42
     // 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',
43
+    // adImage: 'https://estateagents.oss-cn-shanghai.aliyuncs.com/miniapp/f58480ff83787b64235b729bca5d805.jpg',
43 44
     bannerList: [],
44 45
     helpGroupList: [],
45 46
     newsList: [],
@@ -81,6 +82,9 @@ export default class Index extends Component {
81 82
     })
82 83
   }
83 84
   componentDidShow() {
85
+    Taro.showTabBar({
86
+      animation: false
87
+    })
84 88
     if (this.props.curCity.id) {
85 89
       ready.queue(() => {
86 90
         // debugger
@@ -626,19 +630,19 @@ export default class Index extends Component {
626 630
                       <View className='section-content' onClick={this.toRecomonedPage.bind(this, personType)}>
627 631
                         {
628 632
                           adImage ?
629
-                          (
630
-                            <Image src={adImage} style="width: 100%; height: 100%" mode="widthFix"></Image>
631
-                          ) :
632
-                          (
633
-                            <Block>
634
-                              <Image src={require('@assets/index/logo.png')} className='logo_img' mode="widthFix"></Image>
635
-                              <View className='section-content_title'>
636
-                                <Text>推荐客户 赢积分好礼</Text>
637
-                                <Text>更多惊喜在积分商城等着你</Text>
638
-                              </View>
639
-                              <Image src={require('@assets/index/recommend.png')} className='section-content_img' mode="widthFix"></Image>
640
-                            </Block>
641
-                          )
633
+                            (
634
+                              <Image src={adImage} style="width: 100%; height: 100%" mode="widthFix"></Image>
635
+                            ) :
636
+                            (
637
+                              <Block>
638
+                                <Image src={require('@assets/index/logo.png')} className='logo_img' mode="widthFix"></Image>
639
+                                <View className='section-content_title'>
640
+                                  <Text>推荐客户 赢积分好礼</Text>
641
+                                  <Text>更多惊喜在积分商城等着你</Text>
642
+                                </View>
643
+                                <Image src={require('@assets/index/recommend.png')} className='section-content_img' mode="widthFix"></Image>
644
+                              </Block>
645
+                            )
642 646
                         }
643 647
                       </View>
644 648
                     </View>