From 526954dd5a2fe389a03a217cc827fc19935044c5 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期三, 19 十一月 2025 18:08:59 +0800
Subject: [PATCH] *号问题
---
manager/src/views/activity-prize/prize.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/manager/src/views/activity-prize/prize.vue b/manager/src/views/activity-prize/prize.vue
index 7b1fade..05d4f7d 100644
--- a/manager/src/views/activity-prize/prize.vue
+++ b/manager/src/views/activity-prize/prize.vue
@@ -67,12 +67,12 @@
ref="table"
class="prize-table"
>
- <template slot-scope="{ row }" slot="prizeCoverUrl">
+ <template slot-scope="{ row }" slot="prizeImgUrl">
<img
- :src="row.prizeCoverUrl"
+ :src="row.prizeImgUrl"
alt="濂栧搧灏侀潰"
class="thumbnail"
- @click="previewImage(row.prizeCoverUrl)"
+ @click="previewImage(row.prizeImgUrl)"
>
</template>
<!-- 鎿嶄綔鎸夐挳鎻掓Ы -->
@@ -501,9 +501,9 @@
columns:[
{
- title: '濂栧搧灏侀潰',
- key: 'prizeCoverUrl',
- slot:'prizeCoverUrl',
+ title: '濂栧搧鍥剧墖',
+ key: 'prizeImgUrl',
+ slot:'prizeImgUrl',
align: 'center',
minWidth: 100,
},
@@ -745,7 +745,6 @@
this.coverTempUrl = row.prizeCoverUrl;
this.imgTempUrl = row.prizeImgUrl;
this.showCoupon = res.data.couponName;
-
}else {
this.$Message.error("璇ュ鍝佸湪鎶藉娲诲姩涓棤娉曠紪杈�!")
}
--
Gitblit v1.8.0