1234567891011121314151617181920212223242526 |
- <template>
- <view class="content">
- <web-view src="https://dealer4s.m.autohome.com.cn/dealer4S/newcar?dealerId=13093&channel=1"></web-view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- title: 'Hello'
- }
- },
- onLoad() {
- },
- methods: {
- }
- }
- </script>
- <style scoped>
-
- </style>
|