evaluation.vue 352 B

1234567891011121314151617181920212223242526
  1. <template>
  2. <view class="content">
  3. <web-view src="https://activitym.che168.com/2022/valuation/index?leadssources=3&sourcetwo=2&sourcethree=511&pvareaid=109493"></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>