From 5dd1bc521c2ea360cdc7c0788289c531913d832f Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 20 Feb 2019 13:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E7=8E=B0=E6=9C=80=E8=BF=91=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.wpy | 84 ++++++++++++++++++++++++++++++++-- src/common/jc-event.js | 27 +++++++++++ src/components/recent-game.wpy | 4 +- src/pages/gameInfo.wpy | 7 +++ src/pages/index.wpy | 51 ++++++++++++--------- src/utils/http.js | 7 ++- 6 files changed, 148 insertions(+), 32 deletions(-) create mode 100644 src/common/jc-event.js diff --git a/src/app.wpy b/src/app.wpy index e32f56d..3751ab5 100644 --- a/src/app.wpy +++ b/src/app.wpy @@ -17,7 +17,10 @@