소스 검색

提现金额

张文飞 3 년 전
부모
커밋
5917ea85c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/reportPage/reportPage.vue

+ 1 - 1
pages/reportPage/reportPage.vue

@@ -86,7 +86,7 @@
 		<backHome></backHome>
 		
 		<dm-calendar-picker-view ref='calendarPickerView' @confirmSelDate='confirmSelDate'></dm-calendar-picker-view>
-	    <dmWithDrawalRecord ref='withDrawalRecord'></dmWithDrawalRecord>
+	    <dmWithDrawalRecord ref='withDrawalRecord' :alreadyCashOut='headerInfo.alreadyCashOut'></dmWithDrawalRecord>
 		<dmWithDrawal ref='withDrawal' :canCashOut='headerInfo.canCashOut' @updata="getData"></dmWithDrawal>
 		<login-notice></login-notice>
 		<login></login>