|
@@ -40,6 +40,7 @@ import { useActivity } from '../../../../composables/activity'
|
|
|
import ImageEvo from '@/components/image-evo.vue'
|
|
|
import TooltipEvo from '@/components/tooltip-evo.vue'
|
|
|
import ActivityAsOf from '../../components/activity-as-of.vue'
|
|
|
+import images from '@designer-hub/assets/src/libs/assets/images'
|
|
|
const themeVars = ref<ConfigProviderThemeVars>({
|
|
|
tableBorderColor: 'white',
|
|
|
tabsNavLineBgColor: 'white',
|
|
@@ -428,6 +429,26 @@ onShareTimeline(() => ({ title: data.value.name, imageUrl: data.value.thumbnailU
|
|
|
</div>
|
|
|
</div>
|
|
|
</BottomAppBar>
|
|
|
+ <!-- <wd-fab
|
|
|
+ custom-class="bg-red"
|
|
|
+ :draggable="true"
|
|
|
+ :expandable="false"
|
|
|
+ :gap="{ bottom: 120 }"
|
|
|
+ ></wd-fab> -->
|
|
|
+ <!-- <wd-fab :expandable="false" :gap="{ bottom: 0, top: 0 }"></wd-fab> -->
|
|
|
+ <div
|
|
|
+ class="fixed bottom-30 right-8 bg-[#0cbe7c] w-15 h-15 rounded-full flex flex-col items-center justify-center"
|
|
|
+ @click="
|
|
|
+ router.push(`/pages/home/activity/images/index?id=${id}&type=${type}&title=${data.name}`)
|
|
|
+ "
|
|
|
+ >
|
|
|
+ <div>
|
|
|
+ <wd-img width="29" height="29" :src="images"></wd-img>
|
|
|
+ </div>
|
|
|
+ <div class="text-white text-[10px] font-normal font-['PingFang_SC'] leading-tight">
|
|
|
+ 查看照片
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<wd-action-sheet v-model="show">
|
|
|
<view class="px-3.5 py-10">
|