@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
23 lines • 1.43 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var WechatPaySettingHelpComponent = /** @class */ (function () {
function WechatPaySettingHelpComponent() {
this.modalIsVisible = false;
}
WechatPaySettingHelpComponent.prototype.ngOnInit = function () { };
WechatPaySettingHelpComponent.prototype.handleCancel = function () {
this.modalIsVisible = false;
};
WechatPaySettingHelpComponent.decorators = [
{ type: core_1.Component, args: [{
selector: 'zx-wechat-pay-setting-help',
template: "<nz-modal [nzVisible]=\"modalIsVisible\" [nzWidth]=\"1200\" [nzTitle]=\"null\" [nzContent]=\"modalContent\" [nzFooter]=\"modalFooter\" (nzOnCancel)=\"handleCancel()\"><ng-template #modalContent><img src=\"./assets/images/u29220.png\" alt=\"\" style=\"width: 100%\"></ng-template><ng-template #modalFooter><button nz-button [nzType]=\"'primary'\" [nzSize]=\"'large'\" (click)=\"handleCancel()\"><span>\u5173 \u95ED</span></button></ng-template></nz-modal>",
},] },
];
/** @nocollapse */
WechatPaySettingHelpComponent.ctorParameters = function () { return []; };
return WechatPaySettingHelpComponent;
}());
exports.WechatPaySettingHelpComponent = WechatPaySettingHelpComponent;
//# sourceMappingURL=wechat-pay-setting-help.modal.js.map