Commit af40d087 by 张恒

j

parent 5360fdcb
......@@ -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="396">
<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="358">
<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="4153000" />
<workItem from="1562505554364" duration="4192000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="7079000" />
<option name="totallyTimeSpent" value="7118000" />
</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="396">
<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="358">
<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>
......
......@@ -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
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