调整个人中心会员身份
This commit is contained in:
@@ -44,16 +44,9 @@
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
// 获取首页
|
||||
this.getGuide()
|
||||
},
|
||||
methods: {
|
||||
// 引导图片
|
||||
getGuide(){
|
||||
records().then(res => {
|
||||
this.recordsData = res
|
||||
})
|
||||
}
|
||||
records().then(res => {
|
||||
this.recordsData = res
|
||||
})
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user