wangfei 6 년 전
부모
커밋
8d2e034107
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/views/dynamic/edit.vue

+ 1
- 1
src/views/dynamic/edit.vue 파일 보기

@@ -129,7 +129,7 @@ export default {
129 129
     const _that = this
130 130
     const phoneEditor = new E('#websiteEditorElem')
131 131
     phoneEditor.customConfig.onchange = function (html) {
132
-      _that.detail = {..._that.detail, url: html}
132
+      _that.dynamic = {..._that.dynamic, url: html}
133 133
     }
134 134
     // phoneEditor.customConfig.uploadImgServer = this.upFileUrl
135 135
     // phoneEditor.customConfig.uploadFileName = 'uploadFiles'