Files
BlockChainH5/pages/user/followOfficial.vue
zhangmanman 3e3215df42 修改文字
2021-09-27 12:12:50 +08:00

21 lines
312 B
Vue

<template>
<view>
<image class="followBack" src="/static/user/follow_back.png" mode="widthFix"></image>
</view>
</template>
<script>
</script>
<style>
page {
background-color: #ffffff;
}
</style>
<style lang="scss" scoped>
.followBack {
width: 100%;
}
</style>