123456789101112131415161718192021222324252627282930313233 |
- <template>
- <view class="content">
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- onLoad(opt) {
-
- },
- onShow() {
- },
- onReachBottom() {
- },
- onReady() {
-
- },
- methods: {
- }
- }
- </script>
- <style lang="scss">
- </style>
|