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 +})