123
This commit is contained in:
parent
a3984facfe
commit
c6afa74c41
BIN
src/assets/image/zdw221@2x.png
Normal file
BIN
src/assets/image/zdw221@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
src/assets/image/zu3220@2x.png
Normal file
BIN
src/assets/image/zu3220@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
@ -1,11 +1,8 @@
|
||||
<script setup>
|
||||
import {useAuth} from "@/store/auth/index.js";
|
||||
const {detailData} =useAuth()
|
||||
|
||||
import "vant/es/image-preview/style";
|
||||
import { showImagePreview } from 'vant';
|
||||
|
||||
|
||||
console.log(detailData,'detailData')
|
||||
const openMask=(src)=>{
|
||||
showImagePreview({
|
||||
@ -42,7 +39,12 @@ const openMask=(src)=>{
|
||||
<div class="package1_1_1">作品{{index+1}}</div>
|
||||
<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 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_1">作品名称</div>
|
||||
<div class="package1_1_2_2_2">{{item.workName}}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user