|
|
|
|
464
|
</View>
|
464
|
</View>
|
465
|
<View onClick={this.handleTelClick.bind(this, customerDetail)} className='user__left__phone'>{customerDetail.phone}<Image style="width:36rpx;height:36rpx;margin-left:20rpx;" src={phoneImg} /></View>
|
465
|
<View onClick={this.handleTelClick.bind(this, customerDetail)} className='user__left__phone'>{customerDetail.phone}<Image style="width:36rpx;height:36rpx;margin-left:20rpx;" src={phoneImg} /></View>
|
466
|
</View>
|
466
|
</View>
|
467
|
- <AtTabs height="calc(100vh - 310rpx)" className="my-tab" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
|
|
|
|
|
467
|
+ <AtTabs height="calc(100vh - 300rpx)" className="my-tab" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
|
468
|
<AtTabsPane current={this.state.current} index={0} >
|
468
|
<AtTabsPane current={this.state.current} index={0} >
|
469
|
<View className="tab-pane1 pane">
|
469
|
<View className="tab-pane1 pane">
|
470
|
<View className="status">{customerDetail.status == 1 ? '报备' : customerDetail.status == 2 ? '到访' : customerDetail.status == 3 ? '认筹' : '签约'}</View>
|
470
|
<View className="status">{customerDetail.status == 1 ? '报备' : customerDetail.status == 2 ? '到访' : customerDetail.status == 3 ? '认筹' : '签约'}</View>
|
|
|
|
|
480
|
<View className="tab-pane2 pane">
|
480
|
<View className="tab-pane2 pane">
|
481
|
<ListView
|
481
|
<ListView
|
482
|
className="wrap"
|
482
|
className="wrap"
|
483
|
- style="height:calc(100vh - 310rpx)"
|
|
|
|
|
483
|
+ style="height:calc(100vh - 300rpx)"
|
484
|
needInit
|
484
|
needInit
|
485
|
isEmpty={isEmpty}
|
485
|
isEmpty={isEmpty}
|
486
|
emptyText="暂无访问记录~"
|
486
|
emptyText="暂无访问记录~"
|
|
|
|
|
516
|
<View className="tab-pane3 pane">
|
516
|
<View className="tab-pane3 pane">
|
517
|
<ListView
|
517
|
<ListView
|
518
|
className="wrap"
|
518
|
className="wrap"
|
519
|
- style="height:calc(100vh - 310rpx)"
|
|
|
|
|
519
|
+ style="height:calc(100vh - 300rpx)"
|
520
|
needInit
|
520
|
needInit
|
521
|
isEmpty={isEmpty2}
|
521
|
isEmpty={isEmpty2}
|
522
|
emptyText="暂无活动信息~"
|
522
|
emptyText="暂无活动信息~"
|