张延森 пре 5 година
родитељ
комит
a7420fc480
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1
    1
      config/prod.js
  2. 1
    1
      src/pages/news/detail/index.js

+ 1
- 1
config/prod.js Прегледај датотеку

@@ -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.4_2019-12-191441'
12
+    Version:'V3.5.4_2019-12-20'
13 13
   },
14 14
   weapp: {},
15 15
   h5: {}

+ 1
- 1
src/pages/news/detail/index.js Прегледај датотеку

@@ -85,7 +85,7 @@ export default class NewsDetail extends Component {
85 85
     const router = Taro.getStorageSync('router') || { query: {} }
86 86
     const consultant = this.$router.params.consultant || router.query.consultant || ""
87 87
     const consultantId = this.$router.params.consultantId || router.query.consultantId || ""
88
-    const { userInfo: { person: { phone, tel, userId } } } = this.props
88
+    const { userInfo: { person: { phone, tel, personId } } } = this.props
89 89
 
90 90
     if (consultant && consultant != personId) {
91 91
       const realPhone = phone || tel