...
|
...
|
@@ -62,7 +62,7 @@ |
|
|
<tr style="height: 60px">
|
|
|
<td style="width:100% ">
|
|
|
<div style="float: left;width:700px;" >
|
|
|
<span style="color:red">*</span><label>选择用户</label> <br>
|
|
|
<span style="color:red">*</span><label style="font-size: 14px;">选择用户</label> <br>
|
|
|
<input id="articleUid" name="authorUid" style="width:600px " class="easyui-textbox" />
|
|
|
<a id="userBotton" class="btn btn-small" style="font-size: 18px; " >确认</a>
|
|
|
<br>
|
...
|
...
|
@@ -75,7 +75,8 @@ |
|
|
|
|
|
<tr style="height: 60px">
|
|
|
<td style="width:100%; word-wrap:break-word;" >
|
|
|
<span style="color:red">*</span><label>文字内容</label> <br>
|
|
|
<span style="color:red">*</span><label style="font-size: 14px;">文字内容(必填项,内容不能为空)</label> <br>
|
|
|
|
|
|
<div style="width:600px; word-wrap:break-word;float: left;position: relative" >
|
|
|
<textarea rows="5" id="content" style="width:60%; white-space: pre-wrap;" name = "content" class="form-control" placeholder="请在这里输入1-500字的笔记" required="" maxlength="500"></textarea>
|
|
|
<div style="position: absolute;bottom:0;right:-50px"> <span id="content-count">0</span>/500</div>
|
...
|
...
|
@@ -83,15 +84,15 @@ |
|
|
</div>
|
|
|
|
|
|
<!--<div style="clear: both;"> <span id="content-count">0</span>/500</div>-->
|
|
|
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr style="height: 60px">
|
|
|
<td style="width:100%;">
|
|
|
<label>选择标签</label> <br>
|
|
|
<span style="color:red">至多添加5个标签,非必填项</span><label></label><br>
|
|
|
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px; "/>
|
|
|
<label style="font-size: 14px;">选择标签</label> <br>
|
|
|
<input id="labelId" name="labelId" class="easyui-combobox" style="width:600px; "/><br>
|
|
|
<span style="color:red">至多添加5个标签,非必填项</span><label></label>
|
|
|
|
|
|
<input id="labelIds" name="labelIds" hidden="hidden"/>
|
|
|
<div id="labelList">
|
|
|
|
...
|
...
|
@@ -100,9 +101,9 @@ |
|
|
</tr>
|
|
|
<tr style="height: 20px">
|
|
|
<td >
|
|
|
<span style="color:red">*</span><label>选择图片(最多九张)</label><br>
|
|
|
<span style="color:red">需要上传1-9张图片,必填项<br>
|
|
|
请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过2M</span><label></label><br>
|
|
|
<span style="color:red">*</span><label style="font-size: 14px;">选择图片(最多九张)</label><br>
|
|
|
<span style="color:red">1.需要上传1-9张图片,必填项;   
|
|
|
2.请上传1-9张图片,图片比例1:1、3:4、4:3(宽:高),大小不超过500k</span><label></label><br>
|
|
|
<!--<a id="addImage" class="btn btn-primary" >选择图片+</a>-->
|
|
|
<input id="imgs" name="articleImages" hidden="hidden"/>
|
|
|
</td>
|
...
|
...
|
@@ -115,9 +116,9 @@ |
|
|
</tr>
|
|
|
<tr style="height: 60px">
|
|
|
<td>
|
|
|
<label>关联商品</label> <br>
|
|
|
<span style="color:red">支持商品编号(SKN&SKUP)查询商品<br>
|
|
|
至多添加10个商品,非必填项</span><label></label><br>
|
|
|
<label style="font-size: 14px;">关联商品</label> <br>
|
|
|
<span style="color:red">1.支持商品编号(SKN&SKUP)查询商品;   
|
|
|
2.至多添加10个商品,非必填项</span><label></label><br>
|
|
|
<a id="addSkn" class="btn btn-primary" style="font-size: 15px">选择商品+</a>
|
|
|
<input id="skns" name="articleSkns" hidden="hidden"/>
|
|
|
<input id="sknType" name="sknType" hidden="hidden"/>
|
...
|
...
|
@@ -207,16 +208,16 @@ |
|
|
if(result.data !=null && result.data !=''){
|
|
|
var headIco = result.data.headIco.substring(0, result.data.headIco.indexOf("?"));
|
|
|
var html = '';
|
|
|
html += "<span style='font-size: 18px;'>  <img src='"+headIco+"' width='80px;' height='80px;'></span>    ";
|
|
|
html += "<span style='font-size: 18px;'>  <label>"+result.data.nickName+"</label></span>";
|
|
|
html += "<span style='font-size: 18px;'>  <img src='"+headIco+"' width='60px;' height='60px;'></span>    ";
|
|
|
html += "<span style='font-size: 15px;'>  <label>"+result.data.nickName+"</label></span>";
|
|
|
$("#userInfo").html(html);
|
|
|
}else{
|
|
|
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请检查uid输入是否正确</span>';
|
|
|
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请检查uid输入是否正确</span>';
|
|
|
$("#userInfo").html(html);
|
|
|
}
|
|
|
}
|
|
|
else {
|
|
|
var html = '<span style="color:red;font-size: 18px;">获取用户信息失败,请稍后重试</span>';
|
|
|
var html = '<span style="color:red;font-size: 15px;">获取用户信息失败,请稍后重试</span>';
|
|
|
$("#userInfo").html(html);
|
|
|
}
|
|
|
|
...
|
...
|
|