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内容
` } })