Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB-studyChina-20250617
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
RB-studyChina-20250617
Commits
9a5c3833
Commit
9a5c3833
authored
Jun 22, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del: 去掉visit.do
parent
a7217452
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
prize.ts
mock/prize.ts
+0
-14
index.ts
src/api/index.ts
+0
-2
store.ts
src/store/store.ts
+0
-5
No files found.
mock/prize.ts
View file @
9a5c3833
export
default
[
{
url
:
'/common/visit.do'
,
method
:
'get'
,
response
:
({
query
})
=>
{
return
{
success
:
true
,
code
:
""
,
message
:
""
,
data
:
{
code
:
'111'
},
}
}
},
{
url
:
'/game/queryBoundYk.do'
,
method
:
'get'
,
...
...
src/api/index.ts
View file @
9a5c3833
...
...
@@ -133,8 +133,6 @@ const API = generateAPI({
getLongLinkQrcode
:
`/customActivity/qrcode/getQrcode`
,
/**数据推送 */
visit
:
`common/visit.do`
,
/** 绑定友客业务员信息接口 */
bindYk
:
{
uri
:
"game/bindYk.do"
,
...
...
src/store/store.ts
View file @
9a5c3833
...
...
@@ -105,7 +105,6 @@ class Store {
newGuideFlag
?:
number
,
}
=
{};
firstIn
=
true
;
async
updateIndex
()
{
const
{
success
,
data
}
=
await
API
.
index
();
if
(
!
success
)
{
...
...
@@ -129,10 +128,6 @@ class Store {
}
}
if
(
this
.
firstIn
&&
data
.
validUid
)
{
API
.
visit
()
this
.
firstIn
=
false
}
if
(
data
.
rulePop
)
{
ModalCtrl
.
showModal
(
RulePop
)
...
...
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