Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZheShangBank_TaoQuan_20240612
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
ZheShangBank_TaoQuan_20240612
Commits
7bc53877
Commit
7bc53877
authored
Jul 18, 2024
by
罗睿卓
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab2.dui88.com/sparkprojects/zheshangbank_taoquan_20240612
parents
f3ea2349
9326f9b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
AppTool.ts
assets/AppTool.ts
+5
-1
TaskCenter.ts
assets/Scripts/TaskCenter.ts
+20
-0
No files found.
assets/AppTool.ts
View file @
7bc53877
...
...
@@ -42,7 +42,7 @@ export function isLogin() {
});
}
export
function
appJump
(
url
)
{
export
function
appJump
(
url
,
hideNavbar
=
false
,
data
=
{}
)
{
console
.
info
(
'22222'
)
sendWebNet
(
"/autoLogin/tempSaveCookie"
,
null
,
null
,
true
)
.
then
((
res
)
=>
{
...
...
@@ -53,6 +53,10 @@ export function appJump(url) {
console
.
info
(
'44444'
)
window
[
"MarsJSBridge"
].
invoke
(
"pushPage"
,
{
uri
:
url
,
data
,
pageParams
:
{
hideNavbar
,
}
});
})
}
...
...
assets/Scripts/TaskCenter.ts
View file @
7bc53877
...
...
@@ -33,6 +33,26 @@ export default class TaskCenter {
store
.
updateTask
();
}
// 链接处理-二级页面
//
// 旭哥:
// 1、bank_1401:进行手机话费充值-(A需要)
// 2、bank_1406:开通生物识别登录方式--(待定-不确认)
// 3、bt_2:跳转个人养老金页面-(A需要)
// 4、bt_3:跳转月度账单月份列表页-(A需要)
// 5、bt_4:跳转财富诊断功能-(应该需要)
// 6、bt_5:跳转购买理财-(应该需要)
// 7、bt_6:跳转购买基金(不需要)
// 8、bt_7:跳转购买存款------(应该需要)
// 9、bt_8:跳转积分明细--(A需要)
// 10、bt_9:跳转亲子专区--(A需要)
// 11、bt_10:跳转预约转账-(A需要)
//
//
// bank_1406:开通生物识别登录方式--(待定-不确认)
// 这个任务也有跳转链接,但是任务已完成,不确认
/** 任务处理中心 */
static
async
handleClickTask
(
item
:
any
=
{})
{
...
...
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