12345678910111213141516171819202122232425 |
- <template>
- <view class="order-index">
-
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- onReady() {},
- methods: {}
- }
- </script>
- <style lang="scss">
- .order-index {
- width: 100%;
- height: 100%;
- position: absolute;
- }
- </style>
|