提交 0076bacc 编写于 作者: 张磊

去掉编译中warning提示

上级 32614d00
...@@ -99,12 +99,12 @@ ...@@ -99,12 +99,12 @@
</template> </template>
<script> <script>
var sourceTypeArray : Array<Array<string>> = [ var sourceTypeArray = [
['camera'], ['camera'],
['album'], ['album'],
['camera', 'album'] ['camera', 'album']
] ]
var sizeTypeArray : Array<Array<string>> = [ var sizeTypeArray = [
['compressed'], ['compressed'],
['original'], ['original'],
['compressed', 'original'] ['compressed', 'original']
...@@ -289,4 +289,4 @@ ...@@ -289,4 +289,4 @@
transition: height; transition: height;
transition-duration: 300; transition-duration: 300;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册