@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
27 lines (26 loc) • 1.14 kB
TypeScript
import { DataSourceHelper } from '../../../service/data-source.helper';
import { OnInit, Injector } from '@angular/core';
import { UserStorageService, AppSettingService } from '@wjya/ngx-webapp-fx';
import { CommunityListComponent } from './community-list.component';
import { WxQrcodeComponent } from './wx-qrcode.component';
export declare class WechatPublicAccountComponent implements OnInit {
private injector;
private dataSourceHelper;
private userStorageService;
private appSettingService;
communityList: CommunityListComponent;
wxQrcode: WxQrcodeComponent;
private listView;
private dataSource;
private officalAuthUrlDataSource;
private officalCommunitiesDataSource;
private officalsGetQrcodeDataSource;
private communityGroupId;
qrcodeUrl: string;
constructor(injector: Injector, dataSourceHelper: DataSourceHelper, userStorageService: UserStorageService, appSettingService: AppSettingService);
ngOnInit(): void;
loadAll(): void;
getCommunity(dataRow: any): void;
getOfficalsAuthUrl(): void;
downLoadQrcode(officalId: any): void;
}