From 55c5eb84d045e2d8db363b74b628a2bfb57f704c Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 27 Mar 2019 18:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B8=B8=E6=88=8F=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=88=86=E4=BA=AB=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/game.wpy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/game.wpy b/src/pages/game.wpy index 37c1a73..6bfb94c 100644 --- a/src/pages/game.wpy +++ b/src/pages/game.wpy @@ -13,9 +13,13 @@ import wepy from 'wepy' import g from '../common/global'; + import base from '../mixins/base'; + import tips from '../mixins/tips'; + import cfg from '../mixins/cfg'; export default class GameWebPage extends wepy.page { components = {}; + mixins = [base, tips, cfg]; config = { // navigationStyle: 'custom' navigationBarBackgroundColor: '#000',