| | |
| | | <picker mode="date" :value="datePay" :fields="'month'" @change="bindDateChange"> |
| | | <view class="date-text"> |
| | | <!-- <text>日期:</text> --> |
| | | <text class="uni-input">{{datePay}}</text> |
| | | <text class="uni-input">日期:{{datePay}}</text> |
| | | <image src="../../../static/images/other/expand.png" alt=''></image> |
| | | </view> |
| | | </picker> |
| | |
| | | <text>充值¥{{rechargeSta}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="main"> |
| | | <view class="main" v-if="banlanceList.length > 0"> |
| | | <block v-for="(item,index) in banlanceList"> |
| | | <view class="item"> |
| | | <view class="item-left"> |
| | |
| | | </view> |
| | | </view> |
| | | </block> |
| | | </view> |
| | | <view v-else class="nodata"> |
| | | <image src="../../../static/images/other/nodata.png" alt=""></image> |
| | | <text>该月暂无记录</text> |
| | | </view> |
| | | </view> |
| | | </template> |
| | |
| | | } |
| | | .date-money{ |
| | | font-weight: 300; |
| | | font-size: 24rpx; |
| | | color: #7E7E7E; |
| | | font-size: 26rpx; |
| | | color: #3368bd; |
| | | text:first-child{ |
| | | margin-right:30rpx; |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | .nodata{ |
| | | width:100%; |
| | | height:1200rpx; |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | padding-bottom:400rpx; |
| | | box-sizing: border-box; |
| | | flex-direction: column; |
| | | image{ |
| | | width:496rpx; |
| | | height:488rpx; |
| | | } |
| | | text{ |
| | | // color: rgba(111, 111, 111, 0.5); |
| | | color:#bed2fd; |
| | | } |
| | | } |
| | | } |
| | | </style> |