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