mirror of
https://gitee.com/openharmony/applications_mms
synced 2024-11-26 17:30:42 +00:00
code check
Signed-off-by: liyufan <liyufan5@huawei.com>
This commit is contained in:
parent
c9859472f8
commit
61f77d9eae
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user