master
xingyy 1 month ago
parent a3984facfe
commit c6afa74c41

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -1,11 +1,8 @@
<script setup> <script setup>
import {useAuth} from "@/store/auth/index.js"; import {useAuth} from "@/store/auth/index.js";
const {detailData} =useAuth() const {detailData} =useAuth()
import "vant/es/image-preview/style"; import "vant/es/image-preview/style";
import { showImagePreview } from 'vant'; import { showImagePreview } from 'vant';
console.log(detailData,'detailData') console.log(detailData,'detailData')
const openMask=(src)=>{ const openMask=(src)=>{
showImagePreview({ showImagePreview({
@ -42,7 +39,12 @@ const openMask=(src)=>{
<div class="package1_1_1">作品{{index+1}}</div> <div class="package1_1_1">作品{{index+1}}</div>
<div class="package1_1_2 relative"> <div class="package1_1_2 relative">
<img class="package1_1_2_1" @click="openMask(item.picUrl.replace('https','http'))" :src="item.picUrl.replace('https','http')" alt=""> <img class="package1_1_2_1" @click="openMask(item.picUrl.replace('https','http'))" :src="item.picUrl.replace('https','http')" alt="">
<img src="@/assets/image/zu3222@2x.png" class="w-404px h-404px absolute top-0 right-0" alt=""> <!-- 未入围 -->
<img v-if="item.status===3" src="@/assets/image/zu3222@2x.png" class="w-404px h-404px absolute top-0 right-0" alt="">
<!-- 待定 -->
<img v-if="item.status===1" src="@/assets/image/zu3220@2x.png" class="w-404px h-404px absolute top-0 right-0" alt="">
<!-- 入围 -->
<img v-if="item.status===2" src="@/assets/image/zdw221@2x.png" class="w-404px h-404px absolute top-0 right-0" alt="">
<div class="package1_1_2_2"> <div class="package1_1_2_2">
<div class="package1_1_2_2_1">作品名称</div> <div class="package1_1_2_2_1">作品名称</div>
<div class="package1_1_2_2_2">{{item.workName}}</div> <div class="package1_1_2_2_2">{{item.workName}}</div>

Loading…
Cancel
Save