| | |
| | | <span class="main"> |
| | | 提现至银行卡 |
| | | </span> |
| | | <span class="payNumber">¥{{item.withAmt}}</span> |
| | | <span class="payNumber">₹{{item.withAmt}}</span> |
| | | <span class="red pull-right"> |
| | | {{item.withStatus == 1?'提现成功':item.withStatus == 2?'提现失败':item.withStatus == 3?'订单取消':'审核中'}} |
| | | <i v-if="item.withStatus == 1" class="iconfont icon-tongguo4 animated bounceIn"></i> |
| | |
| | | </ul> |
| | | <div v-show="loading" class="load-all text-center"> |
| | | <mt-spinner type="fading-circle"></mt-spinner> |
| | | 加载中... |
| | | loading... |
| | | </div> |
| | | <div v-show="!loading" class="load-all text-center"> |
| | | 已全部加载 |