Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
a8f481e9
Commit
a8f481e9
authored
Oct 23, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 更新1015的资源版本v2
parent
62f3c838
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
9 deletions
+10
-9
InviteTask.vue
activities/1015/components/InviteTask.vue
+1
-0
home.vue
activities/1015/home.vue
+1
-1
config.js
activities/1015/lottery/components/ruleModal/config.js
+1
-1
config.js
activities/1015/lottery/config.js
+1
-1
mock-configs.js
activities/1015/mock-configs.js
+1
-1
mock-configs.json
activities/1015/mock-configs.json
+4
-4
utils.ts
activities/1015/utils.ts
+1
-1
bg.jpg
public/activity/1015/v1/home/bg.jpg
+0
-0
No files found.
activities/1015/components/InviteTask.vue
View file @
a8f481e9
...
...
@@ -44,6 +44,7 @@ const inviteBtnProperties = computed(() => {
async
function
updateInvitationInfo
()
{
const
resp
=
await
fetchInvitationInfo
()
console
.
log
(
'invitationInfo:'
,
resp
.
data
)
return
invitationInfo
.
value
=
resp
.
data
}
...
...
activities/1015/home.vue
View file @
a8f481e9
...
...
@@ -49,7 +49,7 @@ const loading = ref(true) // 加载状态
// 邀请相关数据
const
shareData
=
ref
({
title
:
'星妈会超级品牌周来啦!'
,
imageUrl
:
'https://course.feihe.com/momclub-picture/activity/1015/v
1
/share-image.png'
,
imageUrl
:
'https://course.feihe.com/momclub-picture/activity/1015/v
2
/share-image.png'
,
path
:
'/activities/1015/home'
,
})
...
...
activities/1015/lottery/components/ruleModal/config.js
View file @
a8f481e9
const
version
=
'v
1
'
const
version
=
'v
2
'
const
baseUrl
=
'http://127.0.0.1:8080/activity/1015'
export
const
getCdnUrl
=
(
path
)
=>
`
${
baseUrl
}
/
${
version
}
/
${
path
}
`
...
...
activities/1015/lottery/config.js
View file @
a8f481e9
const
version
=
'v
1
'
const
version
=
'v
2
'
//const baseUrl = 'http://127.0.0.1:8080/activity/1015'
const
baseUrl
=
'https://course.feihe.com/momclub-picture/activity/1015'
...
...
activities/1015/mock-configs.js
View file @
a8f481e9
...
...
@@ -14,7 +14,7 @@ export function homeConfig(){
shareConfig
:
{
title
:
'星妈会超级品牌周来啦!北纬47°六水香大米上新!'
,
path
:
'/activities/1015/home'
,
imageUrl
:
'https://course.feihe.com/momclub-picture/activity/1015/v
1
/share-image.png'
,
imageUrl
:
'https://course.feihe.com/momclub-picture/activity/1015/v
2
/share-image.png'
,
},
components
:
[
{
...
...
activities/1015/mock-configs.json
View file @
a8f481e9
{
"background"
:
{
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
1
/home/bg.jpg"
,
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
2
/home/bg.jpg"
,
"style"
:
{
"backgroundPosition"
:
{
"y"
:
"calc(4937rpx + 845rpx)"
...
...
@@ -10,7 +10,7 @@
"shareConfig"
:
{
"title"
:
"星妈会超级品牌周来啦!北纬47°六水香大米上新!"
,
"path"
:
"/activities/1015/home"
,
"imageUrl"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
1
/share-image.png"
"imageUrl"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
2
/share-image.png"
},
"components"
:
[
{
...
...
@@ -23,7 +23,7 @@
"indicatorDots"
:
true
,
"items"
:
[
{
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
1
/home/banner-0.png"
,
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
2
/home/banner-0.png"
,
"mdConfig"
:
{
"pageName"
:
"1015专题活动页面"
,
"componentName"
:
"banner头图"
,
...
...
@@ -32,7 +32,7 @@
}
},
{
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
1
/home/banner-1.png"
,
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v
2
/home/banner-1.png"
,
"mdConfig"
:
{
"pageName"
:
"1015专题活动页面"
,
"componentName"
:
"banner头图"
,
...
...
activities/1015/utils.ts
View file @
a8f481e9
import
{
useGlobalStore
}
from
"@/stores/global"
;
const
version
=
'v
1
'
const
version
=
'v
2
'
export
function
getCdnUrl
(
path
){
const
{
baseUrl
}
=
useGlobalStore
()
...
...
public/activity/1015/v1/home/bg.jpg
View replaced file @
62f3c838
View file @
a8f481e9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment