XQMuse/Root/Me/VC/WatchHistoryDetailVC.swift
@@ -90,6 +90,14 @@ func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { let m = viewModel.dataSource.value[indexPath.row] if m.paymentStatus == .yes{ //todo return } if viewModel.state.value == 1{ let vc = HomeItemDetailVC(id: m.businessId) JQ_currentViewController().jq_push(vc: vc)