This commit is contained in:
zmr900709
2020-07-09 16:35:23 +08:00
parent 3d8cfd23d4
commit 10bbccc2bd
7 changed files with 139 additions and 37 deletions

View File

@@ -53,6 +53,7 @@
</style>
<script>
export default {
props:['information'],
name: "info_title",
data() {
@@ -110,6 +111,11 @@
default:
break;
}
},
// 获取消息首页的内容
messageIndex(){
console.log("333")
}
}
}