1234567891011121314151617181920212223242526 |
- <template>
- <view class="wrap">
- <u-empty src="/static/img/empty.png" icon-size="335" text="正在建设中" color="#878787" mode="search"></u-empty>
- </view>
- </template>
- <script>
- export default{
- data(){
- return{
-
- }
- },
- onLoad(){
-
- },
- methods:{
-
- }
- }
- </script>
- <style lang="scss" scoped>
- .wrap{margin-top: 20vh;}
- @import url("./parkingLists.scss");
- </style>
|