|
@@ -108,7 +108,7 @@ $(function () {
|
|
|
$.ajax({
|
|
|
method: "get",
|
|
|
dataType: "json",
|
|
|
- url: globalConfig.context + "/open/comment/list",
|
|
|
+ url: globalConfig.context + "/open/unlanded/comment/list",
|
|
|
data: {
|
|
|
pageNo: pageNo || 1,
|
|
|
pageSize:4,
|
|
@@ -128,7 +128,7 @@ $(function () {
|
|
|
theArrs.push(`
|
|
|
<li>
|
|
|
<div class="stasf">
|
|
|
- <p>用户名 :<span class="uName">${thisdata.commenter?thisdata.commenter:'匿名'}</span></p>
|
|
|
+ <p>用户名 :<span class="uName">${thisdata.uname}</span></p>
|
|
|
<div class="satisfied">
|
|
|
<span>满意度:</span>
|
|
|
<ol>
|
|
@@ -271,8 +271,6 @@ $(function () {
|
|
|
$('#commentArea').val('');
|
|
|
$('.ulStar span').removeClass('glyphicon-star').addClass('glyphicon-star-empty');
|
|
|
loadDate();
|
|
|
- }).error(error=>{
|
|
|
- console.log(error)
|
|
|
})
|
|
|
})
|
|
|
}
|