src/view/GFHomePageView.ts(22,16): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'GFHomePageView'.
代码如下:
export class GFHomePageView extends ui.GFGameHomeUI {
static name = "homepageview";
static moreBgNodeName = "morebgnode";
static diamondList: any;
static clickedWeixinClose:boolean = false;