下采样冲突解决
This commit is contained in:
parent
46df24b66b
commit
e74b04e2e4
|
@ -40,6 +40,10 @@ struct IndexFunctionDemo {
|
||||||
console.log("优先级加载")
|
console.log("优先级加载")
|
||||||
router.pushUrl({ url: "pages/testPriorityComponent" });
|
router.pushUrl({ url: "pages/testPriorityComponent" });
|
||||||
}).margin({ top: 5, left: 3 })
|
}).margin({ top: 5, left: 3 })
|
||||||
|
Button("下采样加载")
|
||||||
|
.onClick(() => {
|
||||||
|
router.pushUrl({ url: "pages/DownsamplingPage" });
|
||||||
|
}).margin({ top: 5, left: 3 })
|
||||||
}.width('100%').height(60).backgroundColor(Color.Pink)
|
}.width('100%').height(60).backgroundColor(Color.Pink)
|
||||||
|
|
||||||
Flex({ direction: FlexDirection.Row, alignItems: ItemAlign.Center, justifyContent: FlexAlign.Center }) {
|
Flex({ direction: FlexDirection.Row, alignItems: ItemAlign.Center, justifyContent: FlexAlign.Center }) {
|
||||||
|
|
Loading…
Reference in New Issue