Commit 15fc5cd6 authored by 罗超's avatar 罗超

1

parent ed96ba59
This diff is collapsed.
This diff is collapsed.
......@@ -183,7 +183,7 @@
</view>
<view v-show="current == 2" style="height: calc(100vh - 50px)">
<SignUp ref="children"></SignUp>
<!-- <SignUp ref="children"></SignUp> -->
</view>
<auth
......@@ -242,12 +242,12 @@ import {
onMounted,
} from "vue";
import Loadmore from "../../components/loadmore.vue";
import SignUp from "../../components/signUp.vue";
// import SignUp from "../../components/signUp.vue";
import { getActivityTypeList, getActivityList } from "../../api/activity";
export default {
components: {
Loadmore,
SignUp,
// SignUp,
},
setup() {
let i = getCurrentInstance();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment