diff --git a/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/bindPopupOffset.ets b/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/bindPopupOffset.ets index 81a7c699d72e58d12c4cb3c017f4c9212e49e60e..0b34de4474713bf5ebf803bf5933f31c9e234027 100644 --- a/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/bindPopupOffset.ets +++ b/arkui/ace_ets_component_completion/ace_ets_component_wholeCompletion/src/main/ets/TestAbility/pages/bindPopupOffset.ets @@ -28,11 +28,11 @@ struct bindPopupOffset { @State customPopup02: boolean = false @State customPopup03: boolean = false @State customPopup04: boolean = false - @State offset: any = { x: 10, y:10 } - @State offset10: any = { x:-10, y:-10} - @State offset00: any = { x: 0, y:0 } - @State offset050: any = { x: 0, y:50 } - @State offsetnull: any = null + @State offset: Object = { x: 10, y:10 } + @State offset10: Object = { x:-10, y:-10} + @State offset00: Object = { x: 0, y:0 } + @State offset050: Object = { x: 0, y:50 } + @State offsetnull: Object = null @Builder popupBuilder() { Row({ space: 2 }) {