浏览代码

h5 tabbar去掉会员按钮

Zhenxing.Lu 4 周之前
父节点
当前提交
f44a650808
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      web/src/components/Menu_H5/index.tsx

+ 2 - 2
web/src/components/Menu_H5/index.tsx

@@ -29,7 +29,7 @@ export default function Header() {
             />
             <p className="text-sm text-center py-1">应用</p>
           </a>
-          <a className={menuIndex == 3 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/vip.html")}>
+          {/* <a className={menuIndex == 3 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/vip.html")}>
             <Image
               src="/icons/icon-vip.svg"
               alt="会员"
@@ -37,7 +37,7 @@ export default function Header() {
               height={28}
             />
             <p className="text-sm text-center py-1">会员</p>
-          </a>
+          </a> */}
           <a className={menuIndex == 4 ? "bg-blue-50 dark:bg-blue-950 text-[#0061ff] rounded px-3":"px-3"} onClick={() => router.push("/help.html")}>
             <Image
               src="/icons/icon-question.svg"