fix(PosterCheckin): 更新关卡logo链接并调整尺寸
更新第二关卡的logo图片链接,并将海报配置中的logo尺寸从500x150调整为380x100
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -230,7 +230,7 @@ const posterList = ref([ | ... | @@ -230,7 +230,7 @@ const posterList = ref([ |
| 230 | name: '南京路时尚citywalk' | 230 | name: '南京路时尚citywalk' |
| 231 | }, | 231 | }, |
| 232 | level: { | 232 | level: { |
| 233 | - logo: 'https://cdn.ipadbiz.cn/lls_prog/images/%E5%85%B3%E5%8D%A12-%E4%BB%8A%E6%9C%9D%E8%B7%9F%E5%B0%8F%E5%A7%90%E5%A6%B9%20%E4%B8%80%E9%81%93%E6%9D%A5%E4%B9%B0%E4%B9%B0%E4%B9%B0.png', | 233 | + logo: 'https://cdn.ipadbiz.cn/lls_prog/images/%E5%85%B3%E5%8D%A12-%E4%BB%8A%E6%9C%9D%E8%B7%9F%E6%97%81%E5%8F%8B%20%E4%B8%80%E9%81%93%E6%9D%A5%E4%B9%B0%E4%B9%B0%E4%B9%B0_1.png', |
| 234 | name: '第二关卡' | 234 | name: '第二关卡' |
| 235 | }, | 235 | }, |
| 236 | qrcode: 'https://cdn.ipadbiz.cn/space/068a790496c87cb8d2ed6e551401c544.png', | 236 | qrcode: 'https://cdn.ipadbiz.cn/space/068a790496c87cb8d2ed6e551401c544.png', |
| ... | @@ -325,8 +325,8 @@ const posterConfig = computed(() => { | ... | @@ -325,8 +325,8 @@ const posterConfig = computed(() => { |
| 325 | { | 325 | { |
| 326 | x: 0, | 326 | x: 0, |
| 327 | y: 880, | 327 | y: 880, |
| 328 | - width: 500, | 328 | + width: 380, |
| 329 | - height: 150, | 329 | + height: 100, |
| 330 | url: currentMockData.value.level.logo, | 330 | url: currentMockData.value.level.logo, |
| 331 | zIndex: 2 | 331 | zIndex: 2 |
| 332 | }, | 332 | }, | ... | ... |
-
Please register or login to post a comment