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

!8860 uiTestScene

Merge pull request !8860 from qpzeng/master
......@@ -113,7 +113,7 @@ struct ScrollExample {
}
})
.onClick(() => {
router.push({ uri: 'pages/screen' })
router.push({ uri: 'pages/pinch' })
})
.gesture(
LongPressGesture({ repeat: false })
......
......@@ -17,7 +17,7 @@ import prompt from '@ohos.prompt';
@Entry
@Component
struct Screen {
struct PinchTest {
@State myscale: number = 1
build() {
......
......@@ -4,7 +4,7 @@
"pages/second",
"pages/third",
"pages/fourth",
"pages/screen",
"pages/pinch",
"pages/drag"
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册