Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
babycare_xiaoxiao
Commits
0af05ab5
Commit
0af05ab5
authored
Feb 23, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m
parent
15116662
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5948 additions
and
37 deletions
+5948
-37
workspace.xml
.idea/workspace.xml
+14
-7
output.js
output.js
+182
-3
output.js.map
output.js.map
+1
-1
ResJson.ts
src/ResJson.ts
+5749
-25
HelpPanel.ts
src/panels/HelpPanel.ts
+2
-1
No files found.
.idea/workspace.xml
View file @
0af05ab5
...
...
@@ -2,10 +2,10 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"0d3cb18d-e144-41a0-bc8b-4877c2e1fef1"
name=
"默认的"
comment=
""
>
<change
afterPath=
"$PROJECT_DIR$/mock/miniTb/feile.queryVipInfo.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/mock/miniTb/mine.getAppData.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/TaoBaoNet.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/TaoBaoNet.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/output.js.map"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/output.js.map"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/ResJson.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/ResJson.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/panels/HelpPanel.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
@@ -65,7 +65,7 @@
<recent
name=
"$PROJECT_DIR$/lotties"
/>
</key>
</component>
<component
name=
"RunManager"
selected=
"npm.
dev
"
>
<component
name=
"RunManager"
selected=
"npm.
build
"
>
<configuration
name=
"build"
type=
"js.build_tools.npm"
temporary=
"true"
nameIsGenerated=
"true"
>
<package-json
value=
"$PROJECT_DIR$/package.json"
/>
<command
value=
"run"
/>
...
...
@@ -114,10 +114,10 @@
</list>
<recent_temporary>
<list>
<item
itemvalue=
"npm.build"
/>
<item
itemvalue=
"npm.dev"
/>
<item
itemvalue=
"npm.flushRes"
/>
<item
itemvalue=
"npm.buildTS"
/>
<item
itemvalue=
"npm.build"
/>
</list>
</recent_temporary>
</component>
...
...
@@ -134,7 +134,7 @@
<workItem
from=
"1612662929222"
duration=
"40609000"
/>
<workItem
from=
"1613698993022"
duration=
"22309000"
/>
<workItem
from=
"1613785579125"
duration=
"17751000"
/>
<workItem
from=
"1613958457445"
duration=
"1
1823
000"
/>
<workItem
from=
"1613958457445"
duration=
"1
4354
000"
/>
</task>
<task
id=
"LOCAL-00001"
summary=
"斐乐消消乐"
>
<created>
1612581213298
</created>
...
...
@@ -451,7 +451,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614064323435
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"46"
/>
<task
id=
"LOCAL-00046"
summary=
"m"
>
<created>
1614064727527
</created>
<option
name=
"number"
value=
"00046"
/>
<option
name=
"presentableId"
value=
"LOCAL-00046"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1614064727527
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"47"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
output.js
View file @
0af05ab5
This diff is collapsed.
Click to expand it.
output.js.map
View file @
0af05ab5
This diff is collapsed.
Click to expand it.
src/ResJson.ts
View file @
0af05ab5
This diff is collapsed.
Click to expand it.
src/panels/HelpPanel.ts
View file @
0af05ab5
...
...
@@ -36,6 +36,7 @@ export class HelpPanel extends Panel {
async
doHelp
()
{
if
(
Tools
.
globalData
.
inviteId
==
Tools
.
globalData
.
openId
)
{
showToast
(
'自己不能给自己助力'
);
this
.
hidePanel
();
return
;
}
...
...
@@ -48,7 +49,7 @@ export class HelpPanel extends Panel {
showToast
(
res
.
message
);
return
;
}
showToast
(
'接受成功'
);
showToast
(
'接受
邀请
成功'
);
this
.
hidePanel
();
});
}
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