未验证 提交 dffc8988 编写于 作者: O openharmony_ci 提交者: Gitee

!8987 update bindpopup xts测试

Merge pull request !8987 from huangdong/master
...@@ -28,11 +28,11 @@ struct bindPopupOffset { ...@@ -28,11 +28,11 @@ struct bindPopupOffset {
@State customPopup02: boolean = false @State customPopup02: boolean = false
@State customPopup03: boolean = false @State customPopup03: boolean = false
@State customPopup04: boolean = false @State customPopup04: boolean = false
@State offset: any = { x: 10, y:10 } @State offset: Object = { x: 10, y:10 }
@State offset10: any = { x:-10, y:-10} @State offset10: Object = { x:-10, y:-10}
@State offset00: any = { x: 0, y:0 } @State offset00: Object = { x: 0, y:0 }
@State offset050: any = { x: 0, y:50 } @State offset050: Object = { x: 0, y:50 }
@State offsetnull: any = null @State offsetnull: Object = null
@Builder popupBuilder() { @Builder popupBuilder() {
Row({ space: 2 }) { Row({ space: 2 }) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册