第一次提交

This commit is contained in:
@fawn-nine
2024-05-22 13:42:15 +08:00
commit bb53af8bde
2133 changed files with 129959 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<template>
<view>
<!-- 加载动画组件 -->
<z-loading></z-loading>
<!-- #ifdef MP-WEIXIN -->
<!-- 小程序绑定微信头像昵称弹窗组件 -->
<applets-bind-userInfo></applets-bind-userInfo>
<!-- #endif -->
<!-- #ifdef APP-PLUS -->
<guide-pages></guide-pages>
<!-- #endif -->
</view>
</template>
<script>
export default {
};
</script>
<style lang="scss" scoped>
</style>