| 1234567891011121314151617181920212223242526 | 
							- <template>
 
- 	<view class="content">
 
- 		<web-view src="https://activitym.che168.com/2022/valuation/index?leadssources=3&sourcetwo=2&sourcethree=511&pvareaid=109493"></web-view>
 
- 	</view>
 
- </template>
 
- <script>
 
- 	export default {
 
- 		data() {
 
- 			return {
 
- 				title: 'Hello'
 
- 			}
 
- 		},
 
- 		onLoad() {
 
- 		},
 
- 		methods: {
 
- 		}
 
- 	}
 
- </script>
 
- <style scoped>
 
- 	
 
- </style>
 
 
  |