mirror of
https://github.com/openharmony/applications_contacts.git
synced 2026-07-01 19:54:30 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -21,9 +21,9 @@ class EventClass {
|
||||
}
|
||||
|
||||
class StorageClass {
|
||||
mainTabsIndex: string;
|
||||
teleNumber: string;
|
||||
targetPage: string;
|
||||
public mainTabsIndex: string;
|
||||
public teleNumber: string;
|
||||
public targetPage: string;
|
||||
|
||||
constructor() {
|
||||
this.mainTabsIndex = 'mainTabsIndex';
|
||||
|
||||
@@ -126,8 +126,8 @@ export interface TargetPageInter {
|
||||
}
|
||||
|
||||
export class DetailInfo {
|
||||
id:number = -1;
|
||||
data: string = '';
|
||||
labelName: Resource|string = '';
|
||||
type: number | undefined = -1;
|
||||
public id:number = -1;
|
||||
public data: string = '';
|
||||
public labelName: Resource|string = '';
|
||||
public type: number | undefined = -1;
|
||||
}
|
||||
+1
-1
@@ -57,7 +57,7 @@ class checkedVo{
|
||||
}
|
||||
}
|
||||
|
||||
class favoriteForm{
|
||||
class FavoriteForm{
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user