Commit 49541f7f31fe241e88d53125fe6a93d68850d926
1 parent
411ce48e
去除console
Showing
1 changed file
with
2 additions
and
2 deletions
src/mobile/common/CommobileListEvent.js
| @@ -601,14 +601,14 @@ export default (ChildComponent) => { | @@ -601,14 +601,14 @@ export default (ChildComponent) => { | ||
| 601 | }; | 601 | }; |
| 602 | 602 | ||
| 603 | const { sButtonParam } = btnConfig; | 603 | const { sButtonParam } = btnConfig; |
| 604 | - console.log("🚀 ~ sButtonParam:", sButtonParam) | 604 | + // console.log("🚀 ~ sButtonParam:", sButtonParam, btnConfig) |
| 605 | const btn = commonUtils.convertStrToObj(sButtonParam, {}); | 605 | const btn = commonUtils.convertStrToObj(sButtonParam, {}); |
| 606 | if (commonUtils.isEmptyObject(btn)) { | 606 | if (commonUtils.isEmptyObject(btn)) { |
| 607 | onSuccess && onSuccess(false); | 607 | onSuccess && onSuccess(false); |
| 608 | return; | 608 | return; |
| 609 | } | 609 | } |
| 610 | const { sproName: sProName, inMap, sTableName, staticData = {} } = btn; | 610 | const { sproName: sProName, inMap, sTableName, staticData = {} } = btn; |
| 611 | - console.log("🚀 ~ inMap:", inMap, sButtonParam) | 611 | + // console.log("🚀 ~ inMap:", inMap, sButtonParam) |
| 612 | 612 | ||
| 613 | const inParams = []; | 613 | const inParams = []; |
| 614 | const arr = {}; | 614 | const arr = {}; |