1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-16 18:30:03 +08:00

feat: 允许用户关闭评价弹窗

Signed-off-by: DevDengChao <2325690622@qq.com>
This commit is contained in:
DevDengChao 2024-12-05 17:22:26 +08:00
parent cbf274e6c1
commit 9851855de8
2 changed files with 2 additions and 0 deletions

View File

@ -605,6 +605,7 @@ html
//- 按钮
p.submitBtnWrap(style='margin-top: 0px')
input.btn.submitBtn#submitBtn(type='submit', value='提 交')
input.btn.cancelBtn#cancelBtn(value='取 消', onclick='popup(\"none\")')
script.
var service_end = false;

View File

@ -498,6 +498,7 @@ html
//- 按钮
p.submitBtnWrap(style='margin-top: 0px')
input.btn.submitBtn#submitBtn(type='submit', value='提 交')
input.btn.cancelBtn#cancelBtn(value='取 消', onclick='popup(\"none\")')
script.
function chatScorllBottom(box) {