123456789101112131415161718192021222324252627282930 |
- <template>
- <view class="unleased-pages-main">
- <view class="recommend-car-name flex-row"></view>
- <view class="recommend-car-tip">续航开新路 路遥见实力</view>
- <view class="">
-
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- };
- }
- /**
- * 生命周期函数--监听页面加载
- */
- ,
- onLoad: function(options) {
- },
- methods: {
- }
- };
- </script>
- <style>
- @import './unleasedPages.css';
- </style>
|