|
@@ -30,6 +30,7 @@ import PageHelperEvo from '@/components/page-helper-evo.vue'
|
|
|
import { dayjs } from 'wot-design-uni'
|
|
|
import { toHomePage } from '@/core/libs/actions'
|
|
|
import arcBottomBlue from '@designer-hub/assets/src/libs/assets/arcBottomBlue'
|
|
|
+import link from '@designer-hub/assets/src/libs/assets/link'
|
|
|
import { useMemberLevelsStore } from '@/store/member-levles'
|
|
|
import { getDesignerPointsActivities } from '@/core/libs/requests'
|
|
|
import { useUserStore } from '@/store'
|
|
@@ -58,6 +59,7 @@ const followUpQuery = computed(() => ({
|
|
|
const { data: browseRecordCount, run: setBrowseRecordCount } = useRequest(() =>
|
|
|
getBrowseRecordCount(id.value),
|
|
|
)
|
|
|
+console.log('browseRecordCount data', data)
|
|
|
const browseRecordCountItems = computed(() => [
|
|
|
{
|
|
|
title: '打开次数',
|
|
@@ -144,8 +146,11 @@ onLoad(async (query) => {
|
|
|
</div>
|
|
|
<div class="p-4 flex flex-col gap-4 relative">
|
|
|
<div class="bg-white rounded-2xl shadow flex items-center p-4">
|
|
|
- <div>
|
|
|
+ <div class="relative">
|
|
|
<wd-img width="64" height="64" round :src="data?.avatar"></wd-img>
|
|
|
+ <div v-if="data?.retryStatus" class="absolute right-0 bottom--1">
|
|
|
+ <wd-img width="14" height="14" :src="link" round custom-class="bg-[#ff9a9a]"></wd-img>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="flex-1 ml-[11px]">
|
|
|
<div class="flex flex-col w-[100%]">
|