1007395918@qq.com 5 vuotta sitten
vanhempi
commit
3febf20256

+ 1
- 1
src/components/indexMenus/icons.js Näytä tiedosto

@@ -18,7 +18,7 @@ const CONSULTANT = ROLE_CODE['CONSULTANT']
18 18
 const menus = [
19 19
 
20 20
     {
21
-        name: '积分商城',
21
+        name: '积分',
22 22
         url: '/pages/shop/index',
23 23
         icon: icons.shop,
24 24
         switchTab: true,

+ 3
- 0
src/pages/card/index.js Näytä tiedosto

@@ -419,8 +419,11 @@ export default class Index extends Component {
419 419
         buildingId,
420 420
         phone: realPhone
421 421
       }
422
+
422 423
       const { cardInfo, userInfo: { person } } = this.props
424
+
423 425
       if (person.personId != cardInfo.id) {
426
+        Taro.setNavigationBarTitle({ title: `${cardInfo.name}为您服务` })
424 427
         reportClient(payload).then(res => {
425 428
           this.setState({ bound: true })
426 429
           if (res !== 'bound') {

+ 2
- 2
src/pages/project/index.js Näytä tiedosto

@@ -66,7 +66,7 @@ export default class Index extends Component {
66 66
 
67 67
     ready.queue(() => {
68 68
 
69
-      Taro.setNavigationBarTitle({ title: this.props.userInfo.miniApp.name })
69
+      Taro.setNavigationBarTitle({ title: `${this.props.userInfo.miniApp.name}欢迎你`})
70 70
       const city = this.state.city || this.props.curCity
71 71
       this.loadData({ curCity: city })
72 72
 
@@ -340,7 +340,7 @@ export default class Index extends Component {
340 340
       console.log('首页分享')
341 341
     })
342 342
     return {
343
-      title: this.state.imgDocument || `${this.props.userInfo.miniApp.name || '橙蕉'} 精准获客平台`,//分享内容
343
+      title: this.state.imgDocument || ` 精准获客—上${this.props.userInfo.miniApp.name || '橙蕉'},买好房`,//分享内容
344 344
       path: `/pages/project/index?from=share&recommender=${personId}`,//分享地址
345 345
       imageUrl: this.state.shareImg || 'https://njcj.oss-cn-shanghai.aliyuncs.com/miniapp/upload/images/1574145199853-97feda7895c65be33aa234a7b81b37f.jpg',
346 346
     }

+ 1
- 1
src/pages/shop/index.js Näytä tiedosto

@@ -20,7 +20,7 @@ import { rule as ruleToast } from '@/utils/ruleToast'
20 20
 @connect(({ user, shop, city }) => ({ ...user, ...shop, ...city }), { ...actions })
21 21
 export default class Shop extends Component {
22 22
   config = {
23
-    navigationBarTitleText: '积分商城'
23
+    navigationBarTitleText: '赚好礼'
24 24
   }
25 25
 
26 26
   state = {