Commit af40d087 by 张恒

j

parent 5360fdcb
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
<file leaf-file-name="index.js" pinned="false" current-in-tab="true"> <file leaf-file-name="index.js" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/Public/static/js/index.js"> <entry file="file://$PROJECT_DIR$/Public/static/js/index.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="396"> <state relative-caret-position="358">
<caret line="69" column="21" lean-forward="false" selection-start-line="69" selection-start-column="21" selection-end-line="69" selection-end-column="21" /> <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 /> <folding />
</state> </state>
</provider> </provider>
...@@ -455,12 +455,12 @@ ...@@ -455,12 +455,12 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1562502557206</updated> <updated>1562502557206</updated>
<workItem from="1562502558877" duration="2926000" /> <workItem from="1562502558877" duration="2926000" />
<workItem from="1562505554364" duration="4153000" /> <workItem from="1562505554364" duration="4192000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="7079000" /> <option name="totallyTimeSpent" value="7118000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="23" width="1440" height="817" extended-state="6" /> <frame x="0" y="23" width="1440" height="817" extended-state="6" />
...@@ -621,8 +621,8 @@ ...@@ -621,8 +621,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/Public/static/js/index.js"> <entry file="file://$PROJECT_DIR$/Public/static/js/index.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="396"> <state relative-caret-position="358">
<caret line="69" column="21" lean-forward="false" selection-start-line="69" selection-start-column="21" selection-end-line="69" selection-end-column="21" /> <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 /> <folding />
</state> </state>
</provider> </provider>
......
...@@ -67,5 +67,8 @@ function RandomNumBoth(Min, Max) { ...@@ -67,5 +67,8 @@ function RandomNumBoth(Min, Max) {
return num; return num;
} }
window.wx && wx.ready(function () { 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment