<template>
<div class="wechat">
微信统计
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.wechat {
</style>