Skip to content

Commit c2edd47

Browse files
committed
上报控制
1 parent 512695a commit c2edd47

File tree

1 file changed

+1
-1
lines changed
  • web/packages/shared/common/service

1 file changed

+1
-1
lines changed

web/packages/shared/common/service/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const action = function (url, data, option) {
372372
style: {
373373
background: '#ec6565',
374374
color: '#fff',
375-
display: error.solution ? 'inline-block' : 'none'
375+
display: error.solution !== undefined ? 'inline-block' : 'none'
376376
},
377377
on: {
378378
click: () => {

0 commit comments

Comments
 (0)