@@ -113,6 +113,9 @@ const Sidebar: FC<PropsWithChildren<Props>> = (props) => {
{
text: "Baixar APP",
icon: "/sidebar/app.png",
+ handle: () => {
+ router.push("/download");
+ },
},
text: "atendimento ao Cliente",
@@ -14,6 +14,7 @@
text-align: center;
padding: 0.1rem 0;
border-radius: 0.06rem;
+ cursor: pointer;
img {
display: inline-block;
height: 0.34rem;
@@ -40,6 +41,7 @@
grid-template-columns: repeat(2, 1fr);
gap: 0.12rem;
.qianbaoItem {
display: flex;
align-items: center;
justify-content: center;
@@ -55,6 +57,7 @@
.promotionItem {
width: 100%;
}
@@ -64,6 +67,7 @@
margin: 0.1rem 0 0 0;
width: 0.3rem;
margin-right: 0.1rem;