修正游戏界面分享错误的bug

This commit is contained in:
zhl 2019-03-27 18:48:34 +08:00
parent 45fb3c13ce
commit 55c5eb84d0

View File

@ -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',