xujing 5 лет назад
Родитель
Сommit
f4dcf37a89
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/pages/person/customerAnalysis/myCustomer.js

+ 1
- 1
src/pages/person/customerAnalysis/myCustomer.js Просмотреть файл

@@ -489,7 +489,7 @@ export default class myCustomer extends Taro.Component {
489 489
           </View>
490 490
           <View className='user__left__phone'>{customerDetail.phone}
491 491
             <Image onClick={this.handleTelClick.bind(this, customerDetail)} style="width:36rpx;height:36rpx;margin-left:20rpx;background:rgba(255,219,179,0.2);padding: 14rpx;border-radius: 30rpx;" src={phoneImg} />
492
-            <Image onClick={this.handleChatClick.bind(this, item)} style="width:36rpx;height:36rpx;margin-left:40rpx;background:rgba(255,219,179,0.2);padding: 14rpx;border-radius: 30rpx;" src={messageImg} />
492
+            <Image onClick={this.handleChatClick.bind(this, customerDetail)} style="width:36rpx;height:36rpx;margin-left:40rpx;background:rgba(255,219,179,0.2);padding: 14rpx;border-radius: 30rpx;" src={messageImg} />
493 493
           </View>
494 494
         </View>
495 495
         <AtTabs height="calc(100vh - 300rpx)" className="my-tab" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>