修正游戏界面分享错误的bug
This commit is contained in:
parent
45fb3c13ce
commit
55c5eb84d0
@ -13,9 +13,13 @@
|
|||||||
|
|
||||||
import wepy from 'wepy'
|
import wepy from 'wepy'
|
||||||
import g from '../common/global';
|
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 {
|
export default class GameWebPage extends wepy.page {
|
||||||
components = {};
|
components = {};
|
||||||
|
mixins = [base, tips, cfg];
|
||||||
config = {
|
config = {
|
||||||
// navigationStyle: 'custom'
|
// navigationStyle: 'custom'
|
||||||
navigationBarBackgroundColor: '#000',
|
navigationBarBackgroundColor: '#000',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user