无故事王国
2024-03-15 7ab2d732db69aed82fa019a5ee6f4b5888cd399a
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)
                        }
            }