调整个人中心会员身份

This commit is contained in:
唐明明
2022-01-14 14:41:44 +08:00
parent e7d4e15459
commit a93a07a7e5
6 changed files with 33 additions and 272 deletions

View File

@@ -44,16 +44,9 @@
};
},
mounted() {
// 获取首页
this.getGuide()
},
methods: {
// 引导图片
getGuide(){
records().then(res => {
this.recordsData = res
})
}
records().then(res => {
this.recordsData = res
})
}
};
</script>