From c9fd0b07a2be25211831677f725f0c5f9321f349 Mon Sep 17 00:00:00 2001 From: nige Date: Wed, 7 Dec 2022 20:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=A9=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- app.wxss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 34fc096..f9630bd 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest47?true:false; + data.isTest = data.isTest48?true:false; this.globalData.configJson = data }) diff --git a/app.wxss b/app.wxss index 3348400..7ef7977 100644 --- a/app.wxss +++ b/app.wxss @@ -138,6 +138,6 @@ page{ background-repeat: no-repeat; margin: 0 auto; } -page { +/* page { filter: grayscale(100%); -} \ No newline at end of file +} */ \ No newline at end of file