详情小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
419 B

<template>
<view>
<web-view :src="src"></web-view>
</view>
</template>
<script>
export default {
data(){
return {
src: 'https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg2MjY2OTI3MA==&scene=124&uin=&key=&devicetype=Windows+10+x64&version=6303052a&lang=zh_CN&a8scene=7&fontgear=2'
}
},
onLoad(){
},
methods: {
}
}
</script>
<style lang="scss" scoped="scoped">
</style>