fix(PosterCheckin): 更新海报背景图和关卡徽章配置
更新商圈探索海报的背景图片和关卡徽章图片 调整关卡徽章的位置和尺寸配置 移除未使用的文化体验海报配置
Showing
1 changed file
with
6 additions
and
32 deletions
| ... | @@ -215,7 +215,7 @@ const posterList = ref([ | ... | @@ -215,7 +215,7 @@ const posterList = ref([ |
| 215 | title: '商圈探索', | 215 | title: '商圈探索', |
| 216 | path: '', | 216 | path: '', |
| 217 | checkPointId: 2, | 217 | checkPointId: 2, |
| 218 | - backgroundImage: 'https://cdn.ipadbiz.cn/lls_prog/images/%E6%B5%B7%E6%8A%A5%E9%BB%98%E8%AE%A4%E8%83%8C%E6%99%AF%E5%9B%BE1.png', | 218 | + backgroundImage: 'https://cdn.ipadbiz.cn/lls_prog/images/%E5%85%B3%E5%8D%A12-%E5%9B%BE%E5%B1%82%201.png', |
| 219 | // 海报内容数据 | 219 | // 海报内容数据 |
| 220 | user: { | 220 | user: { |
| 221 | avatar: 'https://cdn.ipadbiz.cn/icon/tou@2x.png', | 221 | avatar: 'https://cdn.ipadbiz.cn/icon/tou@2x.png', |
| ... | @@ -230,38 +230,12 @@ const posterList = ref([ | ... | @@ -230,38 +230,12 @@ const posterList = ref([ |
| 230 | name: '南京路时尚citywalk' | 230 | name: '南京路时尚citywalk' |
| 231 | }, | 231 | }, |
| 232 | level: { | 232 | level: { |
| 233 | - logo: 'https://cdn.ipadbiz.cn/lls_prog/images/%E6%B5%B7%E6%8A%A5%E5%8F%B3%E4%B8%8B%E8%A7%92icon.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%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', |
| 234 | name: '第二关卡' | 234 | name: '第二关卡' |
| 235 | }, | 235 | }, |
| 236 | qrcode: 'https://cdn.ipadbiz.cn/space/068a790496c87cb8d2ed6e551401c544.png', | 236 | qrcode: 'https://cdn.ipadbiz.cn/space/068a790496c87cb8d2ed6e551401c544.png', |
| 237 | qrcodeDesc: '扫码加入我们的队伍!' | 237 | qrcodeDesc: '扫码加入我们的队伍!' |
| 238 | }, | 238 | }, |
| 239 | - { | ||
| 240 | - id: 3, | ||
| 241 | - title: '文化体验', | ||
| 242 | - path: '', | ||
| 243 | - checkPointId: 3, | ||
| 244 | - backgroundImage: 'https://cdn.ipadbiz.cn/lls_prog/images/%E6%B5%B7%E6%8A%A5%E9%BB%98%E8%AE%A4%E8%83%8C%E6%99%AF%E5%9B%BE1.png', | ||
| 245 | - // 海报内容数据 | ||
| 246 | - user: { | ||
| 247 | - avatar: 'https://cdn.ipadbiz.cn/icon/tou@2x.png', | ||
| 248 | - nickname: '王叔叔' | ||
| 249 | - }, | ||
| 250 | - family: { | ||
| 251 | - name: '快乐大家庭', | ||
| 252 | - description: '运动让我们更年轻' | ||
| 253 | - }, | ||
| 254 | - activity: { | ||
| 255 | - logo: 'https://cdn.ipadbiz.cn/lls_prog/images/%E6%B5%B7%E6%8A%A5%E5%B7%A6%E4%B8%8A%E8%A7%92logo.png', | ||
| 256 | - name: '南京路时尚citywalk' | ||
| 257 | - }, | ||
| 258 | - level: { | ||
| 259 | - logo: 'https://cdn.ipadbiz.cn/lls_prog/images/%E6%B5%B7%E6%8A%A5%E5%8F%B3%E4%B8%8B%E8%A7%92icon.png', | ||
| 260 | - name: '第三关卡' | ||
| 261 | - }, | ||
| 262 | - qrcode: 'https://cdn.ipadbiz.cn/space/068a790496c87cb8d2ed6e551401c544.png', | ||
| 263 | - qrcodeDesc: '一起来挑战吧!' | ||
| 264 | - } | ||
| 265 | ]) | 239 | ]) |
| 266 | 240 | ||
| 267 | // posterList.value = [] | 241 | // posterList.value = [] |
| ... | @@ -349,10 +323,10 @@ const posterConfig = computed(() => { | ... | @@ -349,10 +323,10 @@ const posterConfig = computed(() => { |
| 349 | }, | 323 | }, |
| 350 | // 关卡徽章 | 324 | // 关卡徽章 |
| 351 | { | 325 | { |
| 352 | - x: 50, | 326 | + x: 0, |
| 353 | - y: 800, | 327 | + y: 880, |
| 354 | - width: 300, | 328 | + width: 500, |
| 355 | - height: 240, | 329 | + height: 150, |
| 356 | url: currentMockData.value.level.logo, | 330 | url: currentMockData.value.level.logo, |
| 357 | zIndex: 2 | 331 | zIndex: 2 |
| 358 | }, | 332 | }, | ... | ... |
-
Please register or login to post a comment