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
da68c272
Commit
da68c272
authored
Sep 05, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
915act
parent
90d28cbc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
282 additions
and
268 deletions
+282
-268
act0915.vue
activity0915/act0915/act0915.vue
+119
-85
act915page.less
activity0915/act0915/act915page.less
+0
-15
act915.json
mock/act915.json
+163
-168
No files found.
activity0915/act0915/act0915.vue
View file @
da68c272
This diff is collapsed.
Click to expand it.
activity0915/act0915/act915page.less
View file @
da68c272
...
...
@@ -81,16 +81,11 @@
pointer-events: auto; // 恢复点击事件
cursor: pointer;
transition: all 0.3s ease;
border-radius: 16rpx; // 圆角
background: rgba(255, 0, 0, 0.3); // 深红色背景,便于调试
min-width: 200rpx; // 最小宽度确保可点击性
border: 3rpx solid rgba(255, 0, 0, 0.6); // 深红色边框
&:hover {
opacity: 0.8;
transform: scale(1.02);
background: rgba(255, 0, 0, 0.5); // 悬停时背景更深
border-color: rgba(255, 0, 0, 0.8);
}
// 为不同位置的商品设置不同的点击区域
...
...
@@ -156,17 +151,12 @@
pointer-events: auto; // 恢复点击事件
cursor: pointer;
transition: all 0.3s ease;
border-radius: 16rpx; // 圆角
background: rgba(0, 0, 255, 0.3); // 深蓝色背景,便于调试
width: 204rpx;
height: 295rpx;
border: 3rpx solid rgba(0, 0, 255, 0.6); // 深蓝色边框
&:hover {
opacity: 0.8;
transform: scale(1.02);
background: rgba(0, 0, 255, 0.5); // 悬停时背景更深
border-color: rgba(0, 0, 255, 0.8);
}
// 为不同位置的商品设置不同的点击区域
...
...
@@ -233,17 +223,12 @@
pointer-events: auto; // 恢复点击事件
cursor: pointer;
transition: all 0.3s ease;
border-radius: 16rpx; // 圆角
background: rgba(0, 255, 0, 0.3); // 深绿色背景,便于调试
width: 204rpx;
height: 295rpx;
border: 3rpx solid rgba(0, 255, 0, 0.6); // 深绿色边框
&:hover {
opacity: 0.8;
transform: scale(1.02);
background: rgba(0, 255, 0, 0.5); // 悬停时背景更深
border-color: rgba(0, 255, 0, 0.8);
}
// 为不同位置的商品设置不同的点击区域
...
...
mock/act915.json
View file @
da68c272
{
"act915pagebanner"
:
[
"activity0915/act915/banner1.png"
,
"activity0915/act915/banner2.png"
,
"activity0915/act915/banner3.png"
],
"goods"
:
{
"goods3"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=1"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=2"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=3"
}
{
"image"
:
"Act915Page/v2/Act915PageBanner.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner1"
}
],
"goodslist1"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=4"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=5"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=6"
}
},
{
"id"
:
4
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=7"
}
},
{
"id"
:
5
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=8"
}
},
{
"id"
:
6
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=9"
}
},
{
"image"
:
"Act915Page/v2/Act915PageBanner.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner2"
}
],
"goodslist2"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=10"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=11"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=12"
}
},
{
"id"
:
4
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=13"
}
},
{
"id"
:
5
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=14"
}
},
{
"id"
:
6
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=15"
}
},
{
"image"
:
"Act915Page/v2/Act915PageBanner.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner3"
}
]
},
"config"
:
{
"version"
:
"v1"
,
"states"
:
{
"NORMAL"
:
"normal"
,
"INVITED"
:
"invited"
,
"COMPLETED"
:
"completed"
}
],
"goods"
:
{
"goods3"
:
{
"image"
:
"Act915Page/v2/Act915PageGoods3.png"
,
"items"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=1"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=2"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=3"
}
}
]
},
"images"
:
{
"background"
:
"Act915Page/v1/Act915PageBg.png"
,
"goods1"
:
"Act915Page/v1/Act915PageGoods1.png"
,
"goods3"
:
"Act915Page/v1/Act915PageGoods3.png"
,
"goodslist1"
:
"Act915Page/v1/Act915PageGoodsList1.png"
,
"goodslist2"
:
"Act915Page/v1/Act915PageGoodsList2.png"
,
"inviteConBg"
:
"Act915Page/v1/Act915PageInviteConBg.png"
,
"inviteConBtn"
:
"Act915Page/v1/Act915PageInviteConBtn.png"
,
"inviteConStatusNo2"
:
"Act915Page/v1/Act915PageInviteConStatusNo2.png"
,
"inviteConStatusNo1"
:
"Act915Page/v1/Act915PageInviteConStatusNo1.png"
,
"inviteConStatusYes2"
:
"Act915Page/v1/Act915PageInviteConStatusYes2.png"
,
"inviteConStatusYes1"
:
"Act915Page/v1/Act915PageInviteConStatusYes1.png"
,
"inviteConImg"
:
"Act915Page/v1/Act915PageInviteConImg.png"
,
"lotteryBanner"
:
"Act915Page/v1/Act915PageLotteryBanner.png"
,
"banner"
:
"Act915Page/v1/Act915PageBanner.png"
,
"banner2"
:
"Act915Page/v1/Act915PageBanner.png"
,
"banner3"
:
"Act915Page/v1/Act915PageBanner.png"
"goodslist1"
:
{
"image"
:
"Act915Page/v2/Act915PageGoodsList1.png"
,
"items"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=4"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=5"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=6"
}
},
{
"id"
:
4
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=7"
}
},
{
"id"
:
5
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=8"
}
},
{
"id"
:
6
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=9"
}
}
]
},
"texts"
:
{
"inviteTitle"
:
"邀请好友助力得XXXXX"
,
"inviteBtnText"
:
"立即邀请"
,
"lotteryTitle"
:
"抽奖活动"
,
"goodsTitle"
:
"商品展示"
"goodslist2"
:
{
"image"
:
"Act915Page/v2/Act915PageGoodsList2.png"
,
"items"
:
[
{
"id"
:
1
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=10"
}
},
{
"id"
:
2
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=11"
}
},
{
"id"
:
3
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=12"
}
},
{
"id"
:
4
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=13"
}
},
{
"id"
:
5
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=14"
}
},
{
"id"
:
6
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=15"
}
}
]
},
"activity"
:
{
"maxInvites"
:
2
,
"reward"
:
"XXXXX"
,
"startTime"
:
"2024-09-15 00:00:00"
,
"endTime"
:
"2024-09-30 23:59:59"
"goods1"
:
{
"image"
:
"Act915Page/v2/Act915PageGoods1.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/goodsDetail/goodsDetail?id=16"
}
}
},
"links"
:
{
"lotteryBanner"
:
{
"background"
:
{
"image"
:
""
,
"color"
:
"#FFF7E7"
,
"color2"
:
"#EAFFEA"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/activity0915/lottery/lottery"
},
"inviteBtn"
:
{
"url"
:
"/pages/syWebview/syWebview?p=act915_banner1"
}
},
"invite"
:
{
"image"
:
"Act915Page/v2/Act915PageInviteConBg.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/pages/invite/invite"
},
"banner"
:
[
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner1"
},
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner2"
},
{
"type"
:
1
,
"url"
:
"/pages/syWebview/syWebview?p=act915_banner3"
}
]
}
},
"lottery"
:
{
"image"
:
"Act915Page/v2/Act915PageLotteryBanner.png"
,
"link"
:
{
"type"
:
1
,
"url"
:
"/activity0915/lottery/lottery"
}
}
}
}
\ No newline at end of file
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