12345678910111213141516171819202122232425262728 |
- <template>
- <view class="">
- </view>
- </template>
- <script>
- export default {
- components: {
- },
- data() {
- return {
-
- }
- },
- onReady () {
- },
- methods: {
- callBack() {
-
- }
-
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|