21 lines
312 B
Vue
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>
|