diff --git a/mall4v/src/components/tiny-mce/index.vue b/mall4v/src/components/tiny-mce/index.vue
index 33f740c..74c20b7 100644
--- a/mall4v/src/components/tiny-mce/index.vue
+++ b/mall4v/src/components/tiny-mce/index.vue
@@ -245,7 +245,7 @@ export default {
imageSuccessCBK (response, file, fileList) {
const _this = this
fileList.forEach(v => {
- window.tinymce.get(_this.tinymceId).insertContent(`
`)
+ window.tinymce.get(_this.tinymceId).insertContent(`
`)
})
}
}