| | |
| | | <image class="noMore-img" src="/images/no_more.svg" /> |
| | | <text class="noMore-text">没有数据</text> |
| | | </view> |
| | | <t-dialog visible="{{showDialog}}" content="您还有余额未使用,如需销卡,请先使用完或退款后才可操作。" confirm-btn="{{ confirmBtn }}" bind:confirm="closeDialog" /> |
| | | <t-dialog visible="{{showDialog}}" content="您还有余额未使用,如需销卡,请先使用完或退款后才可操作。" confirm-btn="{{ confirmBtn }}" bind:confirm="closeDialog" /> |
| | | </scroll-view> |
| | | |
| | | <!-- 水卡 --> |
| | |
| | | <view class="item-card"> |
| | | <text class="item-card-text">卡编号:</text> |
| | | <text class="item-card-text">{{item.vcNum}}</text> |
| | | <text class="waterIntake-recharge">充值</text> |
| | | <text class="waterIntake-recharge" bind:tap="rechargeCard">充值</text> |
| | | </view> |
| | | </view> |
| | | </block> |