code check

Signed-off-by: liyufan <liyufan5@huawei.com>
This commit is contained in:
liyufan 2024-06-01 14:29:28 +08:00
parent c9859472f8
commit 61f77d9eae
2 changed files with 5 additions and 5 deletions

View File

@ -25,12 +25,12 @@ export struct Receive {
aboutToAppear() {
this.mReceiveController.onInit((receiverData) => {
this.mConversationController.setReceiveContactValue(receiverData)
this.mConversationController.setReceiveContactValue(receiverData);
})
}
aboutToDisappear() {
HiLog.i(TAG,'aboutToDisappear')
HiLog.i(TAG,'aboutToDisappear');
this.mReceiveController.onBackPress();
}

View File

@ -56,7 +56,7 @@ export default class ReceiveController {
}
onInit(call) {
HiLog.i(TAG, 'onInit()')
HiLog.i(TAG, 'onInit()');
this.selectContacts = this.commonCtrl.paramContact.transmitContacts;
if (this.selectContacts.length > 0) {
let that = this;
@ -66,7 +66,7 @@ export default class ReceiveController {
this.isShowSearch = false;
this.setInputStatus(false);
}
this.requestItem()
this.requestItem();
this.refresh = !this.refresh;
}
@ -79,7 +79,7 @@ export default class ReceiveController {
this.myText = '';
this.setInputStatus(true);
this.commonCtrl.paramContact.transmitContacts = [];
HiLog.i(TAG,'InputTextClear')
HiLog.i(TAG,'InputTextClear');
}
requestItem() {