增加核心内容入参 #10

Merged
zhangqi merged 1 commits from zq-1224-ppt into master 4 months ago
  1. 3
      style/js/index.js

3
style/js/index.js

@ -706,6 +706,9 @@ $(document).ready(function() {
}
postData.title = title
}
if ($('.coreContent').css('display') !== 'none'){
postData.core_content = $('#coreTextarea').val()
}
if(!$('.custom-dropdown').hasClass('disNone')){
var major= parseInt($('.dropdown-input').attr('selected_val'))
if (major <= 0 || !major) {

Loading…
Cancel
Save