Files
tuniao-ui/templatePage/life/cover/cover.vue
7small7 f710c14879 update
2023-07-08 20:44:19 +08:00

23 lines
325 B
Vue

<template>
<view class="">
<web-view src="https://support.weixin.qq.com/cgi-bin/mmsupport-bin/showredpacket?receiveuri=dfvH6iYFZGS&check_type=2#wechat_redirect"></web-view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style scoped>
</style>