|
@@ -150,7 +150,7 @@ export default class Detail extends Component {
|
150
|
150
|
})
|
151
|
151
|
})
|
152
|
152
|
}
|
153
|
|
- debugger
|
|
153
|
+ // debugger
|
154
|
154
|
this.reportClientFn()
|
155
|
155
|
}
|
156
|
156
|
|
|
@@ -159,7 +159,7 @@ export default class Detail extends Component {
|
159
|
159
|
const { qrcodeParams } = this.state
|
160
|
160
|
const consultant = this.$router.params.consultant || qrcodeParams.consultant || ""
|
161
|
161
|
const { userInfo: { person } } = this.props
|
162
|
|
- debugger
|
|
162
|
+ // debugger
|
163
|
163
|
if (!this.state.reportedCustomer) {
|
164
|
164
|
reportCustomer(person, consultant).then(() => {
|
165
|
165
|
this.setState({ reportedCustomer: true })
|