Commit e5c88a93 authored by zhengke's avatar zhengke

修改

parent bfa08969
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding: 10px 0; padding: 10px 0;
background-color: #fff;
} }
.matchmaking .box-top{ .matchmaking .box-top{
width: 100%; width: 100%;
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
<!--导航栏--> <!--导航栏-->
<navpage v-if="d.id == 'nav-page'" :navs="d.data" :key="di"></navpage> <navpage v-if="d.id == 'nav-page'" :navs="d.data" :key="di"></navpage>
</template> </template>
<matchmaking></matchmaking>
</view> </view>
</template> </template>
<view v-if="showtabs==true"> <view v-if="showtabs==true">
...@@ -117,6 +118,8 @@ ...@@ -117,6 +118,8 @@
import sindex from "@/components/store/index.vue" import sindex from "@/components/store/index.vue"
import educationteacher from "@/components/educationteacher/index" import educationteacher from "@/components/educationteacher/index"
import navpage from "@/components/navpage/index"; import navpage from "@/components/navpage/index";
import matchmaking from "@/components/matchmaking/index"
const innerAudioContext = uni.createInnerAudioContext(); const innerAudioContext = uni.createInnerAudioContext();
export default { export default {
data() { data() {
...@@ -185,7 +188,8 @@ ...@@ -185,7 +188,8 @@
store, store,
sindex, sindex,
educationteacher, educationteacher,
navpage navpage,
matchmaking
}, },
onLoad(options) { onLoad(options) {
let that = this; let that = this;
......
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