|
@@ -14,16 +14,6 @@ import { NetImages } from '../../../../core/libs/net-images'
|
|
|
import dayjs from 'dayjs'
|
|
|
|
|
|
const id = ref<string | number>()
|
|
|
-// 游学徽章,活动徽章,积分徽章,典藏勋章,传播徽章,打卡徽章,课程徽章
|
|
|
-const badgeTypes = ref([
|
|
|
- { label: '游学徽章', value: '游学徽章' },
|
|
|
- { label: '活动徽章', value: '活动徽章' },
|
|
|
- { label: '积分徽章', value: '积分徽章' },
|
|
|
- { label: '典藏勋章', value: '典藏勋章' },
|
|
|
- { label: '传播徽章', value: '传播徽章' },
|
|
|
- { label: '打卡徽章', value: '打卡徽章' },
|
|
|
- { label: '课程徽章', value: '课程徽章' },
|
|
|
-])
|
|
|
const { data: collectionBadges, run: setCollectionBadges } = useRequest(
|
|
|
() => getCollectionBadge({ badgeId: id.value }),
|
|
|
{
|