修复:完善数据迁移;修改logo及课程首页接口文件覆盖问题;

This commit is contained in:
2025-12-18 15:57:50 +08:00
parent 9e04533bdc
commit 2b0e339bc9
13 changed files with 29 additions and 120 deletions

View File

@@ -142,13 +142,13 @@
url: '/pages/user/feedback/index',
type: 'pageJump'
},
// {
// id: 6,
// name: t('user.dataMigrate'),
// url: '/pages/user/migrate/index',
// desc: t('user.migrateSubtitle'),
// type: 'pageJump'
// }
{
id: 6,
name: t('user.dataMigrate'),
url: '/pages/user/migrate/index',
desc: t('user.migrateSubtitle'),
type: 'pageJump'
},
// {
// id: 7,
// name: t('user.certificate'),
@@ -191,7 +191,6 @@
*/
const getHufen = async () => {
hufenData.value = await getUserContributionData()
hufenData.value = await getUserContributionData()
}
/**
@@ -279,6 +278,7 @@
if (uni.getStorageSync('token')) {
tokenState.value = true
getData()
getHufen()
}
})