1234567891011121314151617181920212223242526 |
- <template>
- <view class="content">
- <web-view src="https://m.che168.com/china/list/#pvareaid=6854933"></web-view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- title: 'Hello'
- }
- },
- onLoad() {
- },
- methods: {
- }
- }
- </script>
- <style scoped>
-
- </style>
|