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

1

parent ed96ba59
This diff is collapsed.
This diff is collapsed.
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
</view> </view>
<view v-show="current == 2" style="height: calc(100vh - 50px)"> <view v-show="current == 2" style="height: calc(100vh - 50px)">
<SignUp ref="children"></SignUp> <!-- <SignUp ref="children"></SignUp> -->
</view> </view>
<auth <auth
...@@ -242,12 +242,12 @@ import { ...@@ -242,12 +242,12 @@ import {
onMounted, onMounted,
} from "vue"; } from "vue";
import Loadmore from "../../components/loadmore.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"; import { getActivityTypeList, getActivityList } from "../../api/activity";
export default { export default {
components: { components: {
Loadmore, Loadmore,
SignUp, // SignUp,
}, },
setup() { setup() {
let i = getCurrentInstance(); 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