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:
parent
cbf274e6c1
commit
9851855de8
@ -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;
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user