feat(PosterCheckinDetail): 创建海报打卡详情页面
- 基于 PosterCheckin 创建新页面 - 完全使用 map_activity.js 新接口(getPosterDetailAPI) - 支持从活动页面分享海报跳转 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Showing
3 changed files
with
12 additions
and
1 deletions
| ... | @@ -167,7 +167,7 @@ import { Left, Right } from '@nutui/icons-vue-taro' | ... | @@ -167,7 +167,7 @@ import { Left, Right } from '@nutui/icons-vue-taro' |
| 167 | import PosterBuilder from '@/components/PosterBuilder/index.vue' | 167 | import PosterBuilder from '@/components/PosterBuilder/index.vue' |
| 168 | import BASE_URL from '@/utils/config' | 168 | import BASE_URL from '@/utils/config' |
| 169 | // 导入获取海报详情的API | 169 | // 导入获取海报详情的API |
| 170 | -import { getPosterDetailAPI, savePosterBackgroundAPI } from '@/api/map_activity' | 170 | +import { getPosterDetailAPI, savePosterBackgroundAPI } from '@/api/map' |
| 171 | // 默认背景图 | 171 | // 默认背景图 |
| 172 | const defaultBackground = | 172 | const defaultBackground = |
| 173 | '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?imageMogr2/strip/quality/60' | 173 | '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?imageMogr2/strip/quality/60' | ... | ... |
| 1 | +/* | ||
| 2 | + * @Date: 2026-02-09 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2026-02-09 | ||
| 5 | + * @FilePath: /lls_program/src/pages/PosterCheckinDetail/index.config.js | ||
| 6 | + * @Description: 海报打卡详情页面配置 - 完全使用 map_activity.js 新接口 | ||
| 7 | + */ | ||
| 8 | +export default { | ||
| 9 | + navigationBarTitleText: '海报打卡详情', | ||
| 10 | + usingComponents: {}, | ||
| 11 | +} |
src/pages/PosterCheckinDetail/index.vue
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment