diff --git a/src/views/QR/index.js b/src/views/QR/index.js index b989522..cd702a7 100644 --- a/src/views/QR/index.js +++ b/src/views/QR/index.js @@ -89,7 +89,7 @@ class QR extends Component { } render() { - const { QR, qrList } = this.props; + const { QR, qrList, loading } = this.props; const fontSize = { desktop: { sidebar: { @@ -118,7 +118,7 @@ class QR extends Component { return ( <> {window.innerWidth > 1000 ? ( - qrList ? ( + !loading ? ( <>
@@ -203,7 +203,7 @@ class QR extends Component { ) ) : null} {window.innerWidth < 1000 ? ( - qrList ? ( + !loading ? ( <>