update
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
<script setup>
|
||||
|
||||
import yqhyBg from '../../static/icons/yqhy-bg.png';
|
||||
import XNav from "../../components/XNav.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!--邀请好友-->
|
||||
<XNav></XNav>
|
||||
|
||||
<view class="h-[calc(100vh-100rpx)] relative">
|
||||
<image class="!w-full" mode="widthFix" :src="yqhyBg"></image>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user