|
@@ -7,7 +7,7 @@
|
|
|
<div class="layui-form-item layui-row layui-col-space15">
|
|
|
<label class="layui-form-item block relative">
|
|
|
<span class="color-green margin-right-10">船厂入驻规则</span><span class="nowrap color-desc">ListRule</span>
|
|
|
- <textarea name="shipyard.shipyard_join_rule">{:sysconf('shipyard.shipyard_join_rule')}</textarea>
|
|
|
+ <textarea name="user.privacy_policy">{:sysconf('user.privacy_policy')}</textarea>
|
|
|
</label>
|
|
|
|
|
|
</div>
|
|
@@ -20,6 +20,6 @@
|
|
|
<script>
|
|
|
window.form.render();
|
|
|
require(['ckeditor', 'angular'], function () {
|
|
|
- window.createEditor('[name="shipyard.shipyard_join_rule"]', {height: 500});
|
|
|
+ window.createEditor('[name="user.privacy_policy"]', {height: 500});
|
|
|
})
|
|
|
</script>
|