Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
sx-prize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5360fdcb
authored
Jul 07, 2019
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
488d2a17
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
.idea/workspace.xml
+4
-4
Public/static/js/index.js
+2
-3
No files found.
.idea/workspace.xml
View file @
5360fdcb
...
...
@@ -47,7 +47,7 @@
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"396"
>
<caret
line=
"69"
column=
"2
2"
lean-forward=
"true"
selection-start-line=
"69"
selection-start-column=
"22"
selection-end-line=
"69"
selection-end-column=
"22
"
/>
<caret
line=
"69"
column=
"2
1"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"21"
selection-end-line=
"69"
selection-end-column=
"21
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -455,12 +455,12 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1562502557206
</updated>
<workItem
from=
"1562502558877"
duration=
"2926000"
/>
<workItem
from=
"1562505554364"
duration=
"4
000
000"
/>
<workItem
from=
"1562505554364"
duration=
"4
153
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"
6926
000"
/>
<option
name=
"totallyTimeSpent"
value=
"
7079
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"817"
extended-state=
"6"
/>
...
...
@@ -622,7 +622,7 @@
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"396"
>
<caret
line=
"69"
column=
"2
2"
lean-forward=
"true"
selection-start-line=
"69"
selection-start-column=
"22"
selection-end-line=
"69"
selection-end-column=
"22
"
/>
<caret
line=
"69"
column=
"2
1"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"21"
selection-end-line=
"69"
selection-end-column=
"21
"
/>
<folding
/>
</state>
</provider>
...
...
Public/static/js/index.js
View file @
5360fdcb
...
...
@@ -67,7 +67,5 @@ function RandomNumBoth(Min, Max) {
return
num
;
}
window
.
wx
&&
wx
.
ready
(
function
()
{
wx
.
hideMenuItems
({
menuList
:
[
'menuItem:share:appMessage'
]
// 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮,所有menu项见附录3
});
wx
.
closeWindow
();
});
\ No newline at end of file
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