Signed-off-by: zhouhongli2023 <zhouhongli5@huawei.com>
This commit is contained in:
zhouhongli2023 2023-10-17 16:20:48 +08:00
parent 18f23fffd3
commit bb6c84457f

View File

@ -297,7 +297,7 @@ export default class ReceiveController {
}
let telephone = this.selectContacts[0]?.telephone
if (telephone === undefined || telephone === null) {
Hilog.e(TAG, "setShowContactName fail");
HiLog.e(TAG, "setShowContactName fail");
return '';
}
if (!this.isPhoneNumber(telephone)) {