Authored by 张帅

去掉信息流

... ... @@ -167,14 +167,14 @@
</tr>
<!--选择信息流结构-->
<tr style="height: 60px">
<td style="width:100%;">
<div style="float: left;width:700px;" >
<label style="font-size: 14px;">选择信息流结构</label> <br>
<input class="easyui-combobox" id="flowTypeExt" name="flowType" style="width:200px ">
</div>
</td>
</tr>
<!--<tr style="height: 60px">-->
<!--<td style="width:100%;">-->
<!--<div style="float: left;width:700px;" >-->
<!--<label style="font-size: 14px;">选择信息流结构</label> <br>-->
<!--<input class="easyui-combobox" id="flowTypeExt" name="flowType" style="width:200px ">-->
<!--</div>-->
<!--</td>-->
<!--</tr>-->
<tr style="height: 60px">
<td>
... ... @@ -364,13 +364,13 @@
});
$("#flowTypeExt").combobox({
valueField : "value",
textField : "text",
required:false,
prompt: "选择信息流结构",
data:[{text:"",value:""},{text:"长图",value:"1"},{text:"方图",value:"2"}]
});
// $("#flowTypeExt").combobox({
// valueField : "value",
// textField : "text",
// required:false,
// prompt: "选择信息流结构",
// data:[{text:"",value:""},{text:"长图",value:"1"},{text:"方图",value:"2"}]
// });
$("#articleUid").textbox({
required: true,
... ... @@ -749,10 +749,10 @@
$("#articleUid").textbox("setValue", data.authorUid);
//信息流结构
if(data.flowType !=null && data.flowType!=null){
$("#flowTypeExt").combobox('setValue',data.flowType);
}
// //信息流结构
// if(data.flowType !=null && data.flowType!=null){
// $("#flowTypeExt").combobox('setValue',data.flowType);
// }
$("#title").textbox("setValue",data.articleTitle);
// $("#content").val(data.articleContent);
$("#content").emojioneArea()[0].emojioneArea.setText(data.articleContent);
... ...