|
@@ -338,15 +338,15 @@
|
|
|
</label>
|
|
|
|
|
|
<script>
|
|
|
- let editorContent;
|
|
|
- let vo={:json_encode($vo?:null,256)};
|
|
|
- let category=256;
|
|
|
- require(['ckeditor'], function () {
|
|
|
- editorContent=window.createEditor('[name=content]', {height: 350})
|
|
|
- if(vo){
|
|
|
- editorContent.setData(vo.content)
|
|
|
- }
|
|
|
- });
|
|
|
+ // let editorContent;
|
|
|
+ // let vo={:json_encode($vo?:null,256)};
|
|
|
+ // let category=256;
|
|
|
+ // require(['ckeditor'], function () {
|
|
|
+ // editorContent=window.createEditor('[name=content]', {height: 350})
|
|
|
+ // if(vo){
|
|
|
+ // editorContent.setData(vo.content)
|
|
|
+ // }
|
|
|
+ // });
|
|
|
/*! 入会礼包切换 */
|
|
|
window.form.on('radio(vip_entry)', setVipEntry);
|
|
|
setVipEntry({value: ('{$vo.vip_entry|default="0"}')});
|