Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
华
华夏模拟理财_20250701
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
SparkProjects
华夏模拟理财_20250701
Commits
25bdfdf4
Commit
25bdfdf4
authored
Jul 08, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CFG.prizePageQrcodeUrl
parent
71097e5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
16 deletions
+26
-16
README.md
README.md
+24
-0
index.html
dist/index.html
+1
-8
index.html
index.html
+1
-8
No files found.
README.md
View file @
25bdfdf4
...
...
@@ -2,3 +2,27 @@
# 为了消除疯火台影响,特地做此框架,建设中,未完工
## 线上测试投放链接
1.
华夏理财
https://90548-activity.dexfu.cn/projectx/pf909ff04/auth.html?appID=90548&channel=1
2.
华夏银行
https://90548-activity.dexfu.cn/customShare/share?id=Did1NjE3MzU&projectId=pf909ff04&channel=2
@后端
1.
绑定手机号弹窗 需要展示当前渠道的协议标题和内容 哪个接口返回? -- 新加了接口
2.
活动结束后 微信端扫码 绑定手机号时 拿不到uid origenUid怎么传? -- 只有华夏理财才必传
3.
home/isWhiteUser.do 重定向地址不需要前端传吗? -- 后端写死
4.
home/coop_checkCode.do 不需要加密吗?重定向地址不需要前端传吗? -- 不加密 后端写死
5.
首页接口 home/index.do
5.
1 codeList 返回的是需要查询的code么?已经查过的还会返回吗?需要返回产品类型 -- 已经查过的不会返回
5.
2 缺少字段:活动结束通知弹窗是否展示 -- 补了
5.
3 金额的相关字段 单位是分还是元? --分 签到那边是元
5.
4 缺少字段:今日是否已签到、最高可得xx万资金、checkInConfig每个item的id和是否已领奖 -- 补了
5.
5 缺少字段:底部产品列表、我的持仓列表 -- 补了
dist/index.html
View file @
25bdfdf4
...
...
@@ -39,14 +39,7 @@
// 首页
CFG
.
index
=
'/projectx/'
+
CFG
.
projectId
+
'/index.html?appID='
+
CFG
.
appID
+
'&channel='
+
CFG
.
channel
;
// 提示弹窗二维码短链链接(目的页是 首页xx/index.html?off=1) 线上正式 TODO 域名记得改为dexfu的
CFG
.
prizePageQrcodeUrl
=
"https://hxlc90548.activity-29.m.duiba.com.cn/outActivity/12hy"
;
if
(
location
.
origin
.
indexOf
(
"duibatest"
)
>
-
1
)
{
// 测试环境
CFG
.
prizePageQrcodeUrl
=
CFG
.
index
+
"&off=1"
}
else
if
(
CFG
.
projectId
==
'p5185b9f0'
)
{
// 线上测试
CFG
.
prizePageQrcodeUrl
=
"https://hxlc90548.activity-29.m.duiba.com.cn/outActivity/12hw"
}
CFG
.
prizePageQrcodeUrl
=
CFG
.
domain
+
CFG
.
index
+
"&off=1"
;
if
(
!
getUrlParam
(
"appID"
))
{
...
...
index.html
View file @
25bdfdf4
...
...
@@ -39,14 +39,7 @@
// 首页
CFG
.
index
=
'/projectx/'
+
CFG
.
projectId
+
'/index.html?appID='
+
CFG
.
appID
+
'&channel='
+
CFG
.
channel
;
// 提示弹窗二维码短链链接(目的页是 首页xx/index.html?off=1) 线上正式 TODO 域名记得改为dexfu的
CFG
.
prizePageQrcodeUrl
=
"https://hxlc90548.activity-29.m.duiba.com.cn/outActivity/12hy"
;
if
(
location
.
origin
.
indexOf
(
"duibatest"
)
>
-
1
)
{
// 测试环境
CFG
.
prizePageQrcodeUrl
=
CFG
.
index
+
"&off=1"
}
else
if
(
CFG
.
projectId
==
'p5185b9f0'
)
{
// 线上测试
CFG
.
prizePageQrcodeUrl
=
"https://hxlc90548.activity-29.m.duiba.com.cn/outActivity/12hw"
}
CFG
.
prizePageQrcodeUrl
=
CFG
.
domain
+
CFG
.
index
+
"&off=1"
;
if
(
!
getUrlParam
(
"appID"
))
{
...
...
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