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