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
a37672ee
Commit
a37672ee
authored
Sep 12, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uat
parent
643275dc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
act0915.vue
activity0915/act0915/act0915.vue
+3
-2
lottery.vue
activity0915/lottery/lottery.vue
+1
-1
lotterypage.less
activity0915/lottery/lotterypage.less
+5
-1
request.js
api/request.js
+2
-2
No files found.
activity0915/act0915/act0915.vue
View file @
a37672ee
...
...
@@ -368,7 +368,7 @@ const fetchAct915HomeData = async () => {
// 判断是否登录(根据notLogin字段或邀请码)
isLogin.value = !data.notLogin
// 检查是否有未领取的奖品需要弹窗
if (unclaimedPrizes.value.length > 0) {
showPrizeModal()
...
...
@@ -400,7 +400,7 @@ const fetchAct915HomeData = async () => {
}
}
if
(isLogin.value)
{
if
(isLogin.value)
{
showMask.value = false
}
}
...
...
@@ -737,6 +737,7 @@ const onGetPhoneNumber = async (e) => {
const incomingCode = options.invitationCode;
if (incomingCode) {
// 使用统一的助力处理函数
await handleInvitationAssist(incomingCode);
}
...
...
activity0915/lottery/lottery.vue
View file @
a37672ee
...
...
@@ -223,7 +223,7 @@ const displayNotices = computed(() => {
// 格式化公告内容,限制为20个字符
const
formatNotice
=
(
nickname
,
prize
)
=>
{
const
fullText
=
`
${
nickname
}
获得了
${
prize
}
`
;
return
fullText
.
length
>
20
?
fullText
.
substring
(
0
,
20
)
+
'…'
:
fullText
;
return
fullText
;
};
// 返回按钮处理
...
...
activity0915/lottery/lotterypage.less
View file @
a37672ee
...
...
@@ -424,7 +424,7 @@
}
.lotterypagenoticecontext {
width:
48
2rpx;
width:
50
2rpx;
height: 40rpx;
position: absolute;
top: 0;
...
...
@@ -435,6 +435,10 @@
display: block;
margin: 0;
padding: 0;
white-space: nowrap;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}
.lotterypagenoticeconsoundicon {
...
...
api/request.js
View file @
a37672ee
...
...
@@ -16,8 +16,8 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
//
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
let
baseUrl
=
"https://momclub.feihe.com/pmall"
;
//生产环境
const
baseUrl
=
"https://momclub-uat.feihe.com/pmall"
;
//测试环境
//
let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
...
...
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