1234567891011121314151617181920212223242526272829303132333435363738 |
- <template>
- <view class='content'>
- <view class='wrap'>
- <view></view>
- <view>
-
- </view>
- </view>
- <view>
- <view class='button'>一键刷新</view>
- <view class='button'>添加民宿</view>
- </view>
- </view>
- </template>
- <script>
- var that
- export default {
- data() {
- return {
-
- }
- },
- onLoad() {
- that = this
- },
- onShow(){
-
- },
- methods: {
-
- }
- }
- </script>
- <style>
- </style>
|