提交 87bd83bd 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

调整 transition-events 示例,覆盖iOS的 [issues](https://issues.dcloud.net.cn/pages/issues/detail?id=2386)

上级 8e353dc4
...@@ -19,12 +19,7 @@ ...@@ -19,12 +19,7 @@
isStart: false, isStart: false,
buttonValue: "开启图片旋转", buttonValue: "开启图片旋转",
onTransitionEndTriggr: false, onTransitionEndTriggr: false,
// #ifdef APP-ANDROID isShow: false
isShow: false,
// #endif
// #ifndef APP-ANDROID
isShow: true,
// #endif
} }
}, },
onReady() { onReady() {
...@@ -38,6 +33,9 @@ ...@@ -38,6 +33,9 @@
} }
new Thread(new ThreadRunnable()).start() new Thread(new ThreadRunnable()).start()
// #endif // #endif
// #ifndef APP-ANDROID
this.isShow = true
// #endif
}, },
methods: { methods: {
switchBtn() { switchBtn() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册