优化快手电子凭证:接口结果按动作内联结构化展示

- 执行后不再强制跳转到接口结果 Tab
- 券码/售后操作区直接展示成功失败摘要与关键字段
- 按检查/核销/冲正/发码/售后等接口类型解析展示
- 原始 JSON 折叠保留,可按需打开接口结果页
This commit is contained in:
yml2213
2026-07-10 16:19:03 +08:00
parent 9589561988
commit 80b8e383c7
2 changed files with 439 additions and 69 deletions
+10
View File
@@ -324,6 +324,16 @@ select {
margin-top: 2px;
}
.kuaishou-industry-action-result {
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid #edf0f5;
}
.kuaishou-industry-action-result .json-preview {
max-height: 280px;
}
.task-action-hint {
display: block;
margin-top: 10px;