|
@@ -18,7 +18,6 @@
|
|
|
z-index: 10;
|
|
|
}
|
|
|
.content-edit .bk-input{
|
|
|
- height: 20px;
|
|
|
padding: 4px 6px;
|
|
|
font-size: 14px;
|
|
|
line-height: 20px;
|
|
@@ -1509,6 +1508,7 @@
|
|
|
// 初始化正文内容
|
|
|
function initTextInfoList(){
|
|
|
var te='${cmBaikeProduct.textInfolist}'
|
|
|
+ console.log('-------------------------------'+te)
|
|
|
if(''==te ||null==te ||te=='[]'){
|
|
|
var textInfoList = [{type:1},{type:2},{type:3}]
|
|
|
textInfoList.forEach(function(item,index){
|
|
@@ -1528,7 +1528,7 @@
|
|
|
var textInfoIem = createTextInfoItem(index, ${videoFile.dictionaryType})
|
|
|
$('#textInfolist .controls').append(textInfoIem)
|
|
|
console.log('${videoFile.dictionaryContent}')
|
|
|
- if(${videoFile.dictionaryType}==3){
|
|
|
+ if('${videoFile.dictionaryType}'=='3'){
|
|
|
createContentEdit('#' + inputId,'${videoFile.dictionaryContent}')
|
|
|
}else{
|
|
|
$('#textInfo-' + index).val('${videoFile.dictionaryContent}')
|