Commit e5c88a93 authored by zhengke's avatar zhengke

修改

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