|
123456789101112131415161718 |
- <script>
- export default {
- onShow() {
- // #ifdef APP-PLUS
- // 请勿删除此代码块
- plus.runtime.quit = () => {
-
- };
- // 请勿删除此代码块
- // #endif
- },
- }
- </script>
-
- <style lang="scss">
- /* 引入uView基础样式,注意要写在第一行,同时给style标签加入lang="scss"属性 */
- @import "uview-ui/index.scss";
- </style>
|