完成
This commit is contained in:
31
pageD/notice/notice.vue
Normal file
31
pageD/notice/notice.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<template>
|
||||
<view>
|
||||
<!-- 公告咨询 -->
|
||||
<notice></notice>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import notice from "@/components/informations/notice/notice"
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
titletext(){
|
||||
console.log("22345")
|
||||
}
|
||||
},
|
||||
components:{
|
||||
notice,
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.sousuo {
|
||||
height: 113rpx;
|
||||
border: 1px #f00 solid;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user