mirror of
https://github.com/chatopera/cosin.git
synced 2025-06-16 18:30:03 +08:00
Merge pull request #1036 from DevDengChao/feat/allow-dismiss-evaluation-dialog
feat: 允许访客关闭评价弹窗
This commit is contained in:
commit
1159e2fee3
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
@ -499,6 +499,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) {
|
||||
|
@ -305,6 +305,7 @@ html
|
||||
// 按钮
|
||||
p.submitBtnWrap(style='background:#fff;position: fixed;bottom: 0px;left:0px;width: 100%;height:100px;padding-right: 0px;margin-bottom: 0px;z-index: 10')
|
||||
input.btn.submitBtn#submitBtn(type='submit', style='width: 85% !important;display: block;margin: 0 auto;', value='提 交')
|
||||
input.btn.cancelBtn#cancelBtn(style='width: 85% !important;display: block;margin: 0 auto;', value='取 消', onclick='popup(\'none\')',)
|
||||
script.
|
||||
var service_end = false;
|
||||
// 调查问卷
|
||||
|
Loading…
x
Reference in New Issue
Block a user