提交 78ac8b68 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

refactor(dialogPage): 调整 dialog 3 默认关闭动画为 auto

上级 617f0b25
...@@ -43,11 +43,6 @@ ...@@ -43,11 +43,6 @@
<script> <script>
import { PageStyleItem, PageStyleArray } from './page-style.uts'; import { PageStyleItem, PageStyleArray } from './page-style.uts';
import {
state,
setLifeCycleNum
} from '@/store/index.uts'
type CloseAnimationType = type CloseAnimationType =
'auto' | 'auto' |
'none' | 'none' |
...@@ -65,7 +60,7 @@ ...@@ -65,7 +60,7 @@
title: 'dialog 3', title: 'dialog 3',
PageStyleArray: PageStyleArray as PageStyleItem[], PageStyleArray: PageStyleArray as PageStyleItem[],
currentPageStyle: {} as UTSJSONObject, currentPageStyle: {} as UTSJSONObject,
closeAnimationType: 'none' as CloseAnimationType, closeAnimationType: 'auto' as CloseAnimationType,
closeAnimationTypeList: [ closeAnimationTypeList: [
'auto', 'auto',
'none', 'none',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册