newCar.vue 319 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view class="content">
  3. <web-view src="https://dealer4s.m.autohome.com.cn/dealer4S/newcar?dealerId=13093&channel=1"></web-view>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. title: 'Hello'
  11. }
  12. },
  13. onLoad() {
  14. },
  15. methods: {
  16. }
  17. }
  18. </script>
  19. <style scoped>
  20. </style>