Files
xl-mobile/src/pages/InviteFriends/index.vue

18 lines
350 B
Vue
Raw Normal View History

2025-03-25 16:35:39 +08:00
<script setup>
2025-03-27 15:38:21 +08:00
import yqhyBg from '../../static/icons/yqhy-bg.png';
import XNav from "../../components/XNav.vue";
2025-03-25 16:35:39 +08:00
</script>
<template>
<!--邀请好友-->
2025-03-27 15:38:21 +08:00
<XNav></XNav>
<view class="h-[calc(100vh-100rpx)] relative">
<image class="!w-full" mode="widthFix" :src="yqhyBg"></image>
</view>
2025-03-25 16:35:39 +08:00
</template>
<style scoped>
</style>