Skip to content

Commit

Permalink
feat: 🎸 升级app方法 添加type=1022
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingyun2010 committed Aug 1, 2024
1 parent 591ac49 commit 01ca089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const App = {
param += `&orderNo=${Search.getDefault('orderNo', '')}`;
}

if (type === '1015') {
if (type === '1015' || type === '1022') {
param += `&carNo=${Search.getDefault('carNo', '')}`;
}

Expand Down

0 comments on commit 01ca089

Please sign in to comment.