mirror of
https://gitee.com/openharmony/applications_notes
synced 2024-11-23 15:39:50 +00:00
commit
9a14e08857
@ -533,7 +533,7 @@ export struct ToolBarComp {
|
||||
let context: any = getContext(this)
|
||||
let resource = {
|
||||
bundleName: "com.ohos.note",
|
||||
moduleName: "tablet",
|
||||
moduleName: "default",
|
||||
id: $r('app.string.restore').id
|
||||
};
|
||||
context.resourceManager.getString(resource, (error, value) => {
|
||||
|
@ -526,7 +526,7 @@ export struct DeleteNoteComp {
|
||||
let context: any = getContext(this)
|
||||
let resource = {
|
||||
bundleName: "com.ohos.note",
|
||||
moduleName: "tablet",
|
||||
moduleName: "default",
|
||||
id: $r('app.string.restore').id
|
||||
};
|
||||
context.resourceManager.getString(resource, (error, value) => {
|
||||
|
@ -615,7 +615,7 @@ export struct OperateNoteComp {
|
||||
let context: any = getContext(this)
|
||||
let resource = {
|
||||
bundleName: "com.ohos.note",
|
||||
moduleName: "tablet",
|
||||
moduleName: "default",
|
||||
id: $r('app.string.restore').id
|
||||
};
|
||||
context.resourceManager.getString(resource, (error, value) => {
|
||||
@ -952,7 +952,7 @@ export struct OperateNoteCompForPortrait {
|
||||
let context: any = getContext(this)
|
||||
let resource = {
|
||||
bundleName: "com.ohos.note",
|
||||
moduleName: "tablet",
|
||||
moduleName: "default",
|
||||
id: $r('app.string.restore').id
|
||||
};
|
||||
context.resourceManager.getString(resource, (error, value) => {
|
||||
|
Loading…
Reference in New Issue
Block a user