|
@@ -128,7 +128,7 @@ function header(props) {
|
128
|
128
|
</div>
|
129
|
129
|
<div className={styles.Centered}>
|
130
|
130
|
<p>访问时长:{data.duration}秒</p>
|
131
|
|
- <p>访问次数:{data.visitTimes}</p>
|
|
131
|
+ <p>访问次数:{data.visitTimes}次</p>
|
132
|
132
|
<p className={styles.rightItem}>客户描述:{data.describe}</p>
|
133
|
133
|
{/* <p>预约人数:{ data.visiteNum }</p> */}
|
134
|
134
|
</div>
|
|
@@ -159,7 +159,7 @@ function header(props) {
|
159
|
159
|
<img className={styles.touxiangphoto} src={data.consultant && data.consultant.photo} />
|
160
|
160
|
<p >{data.consultant && data.consultant.userName}</p>
|
161
|
161
|
</div>
|
162
|
|
- <div className={styles.right}>
|
|
162
|
+ <div className={styles.rightphone}>
|
163
|
163
|
{/* <p className={styles.infoItem}>姓名:{ data.consultant && data.consultant.name }</p>
|
164
|
164
|
<p className={styles.infoItem}>部门:{ data.consultant && data.consultant.department }</p> */}
|
165
|
165
|
<p className={styles.infoItem}>号码:{data.consultant && data.consultant.phone} </p>
|