소스 검색

去掉debugger

lifanagju_citu 7 달 전
부모
커밋
68019b1d7d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pages/commission/withdraw.vue

+ 0 - 1
pages/commission/withdraw.vue

@@ -204,7 +204,6 @@
   // 提交提现
   const onConfirm = async () => {
     // 参数校验
-    //debugger;
     if (
       !state.accountInfo.price ||
       state.accountInfo.price > state.brokerageInfo.price ||