From fd4812c1026ca1f9529781914c3e9832ab1f9ebe Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 11 Jun 2019 20:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80fc2=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fc2/index.html | 12 ------------ fc2/js/options.js | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/fc2/index.html b/fc2/index.html index f9ec85f..7ebd116 100644 --- a/fc2/index.html +++ b/fc2/index.html @@ -59,18 +59,6 @@ - - diff --git a/fc2/js/options.js b/fc2/js/options.js index 2f22129..0b10a5a 100644 --- a/fc2/js/options.js +++ b/fc2/js/options.js @@ -35,3 +35,13 @@ $(function () { hideMenu(); }) }) + +var showInviteMask = function() { + document.getElementById('info-mask').style.display = ''; +} +var hideInviteMask = function (){ + document.getElementById('info-mask').style.display = 'none'; +} +wx.miniProgram.getEnv(function(res) { + console.log(res) // true +})