Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
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_StrongestBrain_250520
Commits
a73c70ed
Commit
a73c70ed
authored
May 27, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:sparkprojects/rb_strongestbrain_250520
parents
d49f5d5f
cc546805
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
project.settings.json
project.settings.json
+1
-1
App.tsx
src/App.tsx
+5
-2
Game.ts
src/pages/GamePage/Game.ts
+1
-0
MyPrize.jsx
src/pages/MyPrize/MyPrize.jsx
+1
-1
No files found.
project.settings.json
View file @
a73c70ed
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pe11c307f"
}],
"prodId"
:[]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
{
"proSetting"
:{
"projectxIDs"
:{
"testId"
:[{
"label"
:
"test"
,
"value"
:
"pe11c307f"
}],
"prodId"
:[
{
"label"
:
"线上测试"
,
"value"
:
"pbad47607"
}
]},
"skinVariables"
:[],
"mockSetting"
:{
"projectId"
:
""
,
"pageId"
:
""
}},
"envSetting"
:{},
"psdSetting"
:{
"psdFSSetting"
:
true
,
"psdCenterSetting"
:
true
}}
src/App.tsx
View file @
a73c70ed
...
...
@@ -44,10 +44,13 @@ class App extends Component {
}
async
componentDidMount
()
{
musicStore
.
playSound
(
music
,
true
);
const
skinId
=
GetCurrSkinId
()
||
getCustomShareId
();
console
.
info
(
'skinId'
,
skinId
)
if
(
CFG
.
agentShare
!=
"1"
&&
skinId
==
'index'
){
musicStore
.
playSound
(
music
,
true
);
}
this
.
showDefaultPage
();
await
store
.
getFrontVariable
();
await
onInitShare
();
await
ensureDomain
();
...
...
src/pages/GamePage/Game.ts
View file @
a73c70ed
...
...
@@ -85,6 +85,7 @@ export class Game extends Base {
if
(
levelIndex
>
0
)
{
if
(
levelIndex
>=
LevelArr
.
length
)
{
clearInterval
(
this
.
intervalId
);
gameStore
.
middleSubmit
(
levelIndex
);
gameStore
.
submit
(
LevelArr
.
length
);
return
;
}
else
{
...
...
src/pages/MyPrize/MyPrize.jsx
View file @
a73c70ed
...
...
@@ -169,7 +169,7 @@ class MyPrize extends React.Component {
saveAddresUrl
:
saveAddresUrl
,
getPrize
:
this
.
getPrize
,
recordId
,
agentCode
:
res
?.
boundYkCode
,
agentCode
:
res
?.
data
?.
boundYkCode
,
prizeProjectId
:
projectId
,
})
}
else
{
...
...
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