Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-12-23 15:50:59 | 2 | * @Date: 2025-12-23 15:50:59 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-12-25 13:07:01 | 4 | + * @LastEditTime: 2025-12-25 13:22:42 |
| 5 | * @FilePath: /mlaj/src/views/recall/PosterPage.vue | 5 | * @FilePath: /mlaj/src/views/recall/PosterPage.vue |
| 6 | * @Description: 分享海报页面 | 6 | * @Description: 分享海报页面 |
| 7 | --> | 7 | --> |
| ... | @@ -174,7 +174,7 @@ onMounted(async () => { | ... | @@ -174,7 +174,7 @@ onMounted(async () => { |
| 174 | }) | 174 | }) |
| 175 | 175 | ||
| 176 | if (code) { | 176 | if (code) { |
| 177 | - posterBg.value = data.background_image + '?imageMogr2/thumbnail/800x/strip/quality/80' || defaultBg | 177 | + posterBg.value = data.background_image ? data.background_image + '?imageMogr2/thumbnail/800x/strip/quality/80' : defaultBg |
| 178 | qrCodeUrl.value = data?.qrcode || '' | 178 | qrCodeUrl.value = data?.qrcode || '' |
| 179 | isReady.value = true | 179 | isReady.value = true |
| 180 | } | 180 | } | ... | ... |
-
Please register or login to post a comment