Tea.context(function () { this.success = NotifyPopup this.bodyType = this.pageConfig.bodyType this.newStatus = "" if (this.pageConfig.newStatus > 0) { this.newStatus = this.pageConfig.newStatus } this.addHTMLTemplate = function () { this.$refs.htmlBody.value = ` \t页面标题 \t

内容标题

内容

` } })