| | |
| | | <text class="item-balance-text-yuan">元</text> |
| | | </view> |
| | | <view class="button-view"> |
| | | <text wx:if="{{item.inUse==0}}" class="ruinCard">销卡</text> |
| | | <text wx:if="{{item.inUse==0}}" class="ruinCard" bind:tap="ruinCard">销卡</text> |
| | | <text wx:if="{{item.inUse==0}}" class="recharge" bind:tap="rechargeCard">充值</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </block> |
| | | |
| | | <view wx:if="{{allCardPoints.length === 0}}" class="noMore-View"> |
| | | <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" /> |
| | | </scroll-view> |
| | | |
| | | <!-- 水卡 --> |