基本功能完成
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
|
||||
<div class="main">
|
||||
<div class="header">
|
||||
<div style="display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;">
|
||||
<div style="display: flex;position: fixed;flex-direction: row;flex-wrap: nowrap;align-items: center;z-index: 99999;background-color: white">
|
||||
<div style="width: 570px;height: 45px;">
|
||||
<span style="font-size: 2rem;font-weight: 700;font-family: FZShuTi;color:coral;">留 言 本</span>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<blockquote class="layui-elem-quote layui-text">
|
||||
<blockquote style="margin-top: 6%" class="layui-elem-quote layui-text">
|
||||
留言列表
|
||||
</blockquote>
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
<div class="show">
|
||||
<div class="show-content">
|
||||
<div class="show-name">
|
||||
<div class="avtors"><img src="./static/img/touxiang.png" alt=""
|
||||
<div class="avtors"><img src="./static/img/头像修改.png" alt=""
|
||||
style="width: 40px;height: 40px;border-radius: 50%;"></div>
|
||||
<span style="margin-left: 10px;font-size: 1rem;">${list.nickName}</span>
|
||||
</div>
|
||||
@@ -350,8 +350,10 @@
|
||||
}
|
||||
}).then(function (result) {
|
||||
//定位 span id 名称 error 修改
|
||||
console.log(result);
|
||||
// console.log(result);
|
||||
window.location.reload();
|
||||
})
|
||||
|
||||
}
|
||||
// 回复
|
||||
function reply(userId){
|
||||
@@ -368,8 +370,10 @@
|
||||
}
|
||||
}).then(function (result) {
|
||||
//定位 span id 名称 error 修改
|
||||
console.log(result);
|
||||
// console.log(result);
|
||||
window.location.reload();
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
$(function () {
|
||||
|
Reference in New Issue
Block a user