WanPai/Root/Search/VC/MeQRCodeVC.swift
@@ -40,7 +40,7 @@ func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let model = viewModel.dataSource.value[indexPath.row] if let qrCode = WorldCupUserInfoQRCodel(id: model.id, isStudent: model.isStudent).toJSONString(){ QRPreview.show(qrCode) QRPreview.show(qrCode,title: model.name) } }