guhongwei 2 лет назад
Родитель
Сommit
75e1bceb60
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      commpents/hg-editor/hg-editor.wxml

+ 1 - 1
commpents/hg-editor/hg-editor.wxml

@@ -38,6 +38,6 @@
         </view>
         </view>
     </view>
     </view>
     <view class="editor-box-content">
     <view class="editor-box-content">
-        <editor id="editor" name="{{name}}" placeholder="{{placeholder}}" bind:ready="_onEditorReady" bind:input="_onInputting" show-img-resize="{{true}}"></editor>
+        <editor id="editor" name="{{name}}" placeholder="{{placeholder}}" bindready="_onEditorReady" bind:input="_onInputting" show-img-resize="{{true}}"></editor>
     </view>
     </view>
 </view>
 </view>