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
af40d087
authored
Jul 07, 2019
by
张恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
j
parent
5360fdcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
.idea/workspace.xml
+6
-6
Public/static/js/index.js
+5
-1
No files found.
.idea/workspace.xml
View file @
af40d087
...
...
@@ -46,8 +46,8 @@
<file
leaf-file-name=
"index.js"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"3
96
"
>
<caret
line=
"69"
column=
"
21"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"21"
selection-end-line=
"69"
selection-end-column=
"21
"
/>
<state
relative-caret-position=
"3
58
"
>
<caret
line=
"69"
column=
"
1"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"1"
selection-end-line=
"71"
selection-end-column=
"10
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -455,12 +455,12 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1562502557206
</updated>
<workItem
from=
"1562502558877"
duration=
"2926000"
/>
<workItem
from=
"1562505554364"
duration=
"41
53
000"
/>
<workItem
from=
"1562505554364"
duration=
"41
92
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"7
079
000"
/>
<option
name=
"totallyTimeSpent"
value=
"7
118
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"0"
y=
"23"
width=
"1440"
height=
"817"
extended-state=
"6"
/>
...
...
@@ -621,8 +621,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/Public/static/js/index.js"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"3
96
"
>
<caret
line=
"69"
column=
"
21"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"21"
selection-end-line=
"69"
selection-end-column=
"21
"
/>
<state
relative-caret-position=
"3
58
"
>
<caret
line=
"69"
column=
"
1"
lean-forward=
"false"
selection-start-line=
"69"
selection-start-column=
"1"
selection-end-line=
"71"
selection-end-column=
"10
"
/>
<folding
/>
</state>
</provider>
...
...
Public/static/js/index.js
View file @
af40d087
...
...
@@ -67,5 +67,8 @@ function RandomNumBoth(Min, Max) {
return
num
;
}
window
.
wx
&&
wx
.
ready
(
function
()
{
wx
.
closeWindow
();
// wx.hideMenuItems({
// menuList: ['menuItem:share:appMessage','menuItem:share:timeline','menuItem:share:qq','menuItem:share:facebook','menuItem:share:QZone','menuItem:copyUrl','menuItem:openWithQQBrowser',''] // 要隐藏的菜单项,只能隐藏“传播类”和“保护类”按钮,所有menu项见附录3
// });
wx
.
hideAllNonBaseMenuItem
();
});
\ 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