mirror of
https://gitee.com/openharmony/applications_mms
synced 2025-02-17 07:10:47 +00:00
HiLog
Signed-off-by: zhouhongli2023 <zhouhongli5@huawei.com>
This commit is contained in:
parent
18f23fffd3
commit
bb6c84457f
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user