Browse Source

contact-icon change

devlop
邓雄飞 4 years ago
parent
commit
7513c7d70e
3 changed files with 2 additions and 2 deletions
  1. 4
      components/bussiness-components/packingStationItem.vue
  2. BIN
      static/imgs/client-list/contact-icon.png
  3. BIN
      static/imgs/client-list/phone-icon.png

4
components/bussiness-components/packingStationItem.vue

@ -62,7 +62,7 @@
</view> </view>
<view class="divide"></view> <view class="divide"></view>
<view class="box"> <view class="box">
<image class="icon" src="/static/imgs/client-list/phone-icon.png"></image>
<image class="icon" src="/static/imgs/client-list/contact-icon.png"></image>
<text class="text" style="width: 248rpx">{{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}</text> <text class="text" style="width: 248rpx">{{ info.legalPerson + ' ' + transformPhoneNum(info.contactNumber) }}</text>
</view> </view>
</view> </view>
@ -123,7 +123,7 @@ export default {
return phoneNum.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2') return phoneNum.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
} }
} }
return '--'
return ''
} }
}, },
computed: { computed: {

BIN
static/imgs/client-list/contact-icon.png

Before After
Width: 52  |  Height: 52  |  Size: 1.8 KiB

BIN
static/imgs/client-list/phone-icon.png

Before After
Width: 52  |  Height: 52  |  Size: 1.6 KiB
Loading…
Cancel
Save