| | |
| | | </view> |
| | | <view class="flex justify-between font-12 mt-10"> |
| | | <text>有效期至: {{item.invalidTime}}<text class="red" v-if="item.isInvalid==1">({{item.isInvalid | formatIsInvalid}})</text></text> |
| | | <text>剩余总次数:{{item.count}}</text> |
| | | <text v-if="item.isCourse === 'Y'">剩余总次数:{{item.count}}</text> |
| | | </view> |
| | | </view> |
| | | <no-record :isShow="!comboList.length" size="mini" txt="暂无套餐" class="no-record"></no-record> |
| | |
| | | border-bottom-left-radius: 4px; |
| | | border-bottom-right-radius: 4px; |
| | | box-shadow:0 6px 6px rgba(237,234,244,0.5); |
| | | padding-bottom: 5px; |
| | | padding:10px 0 1px; |
| | | } |
| | | .content{ |
| | | padding: 10px 10px 65px; |
| | |
| | | font-size: 14px; |
| | | } |
| | | .no-record{ |
| | | margin: 20px 0; |
| | | margin: 20px 0!important; |
| | | } |
| | | </style> |