Browse Source

提现金额

张文飞 3 năm trước cách đây
mục cha
commit
5917ea85c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>