•  #{t("我的主页")}
  •  #{t("我的店铺")}#{if $user.businessLevel}#{lang($user.businessLevel.name)}#{/if}
  • #{if $user.businessLevel and $user.businessLevel.supplier == 1}
  •  #{t("商品分类")}
  •  #{t("我的商品")}
  •  #{t("卡密管理")}
  •  #{t("代卷管理")}
  •  #{t("商品订单")}
  • #{/if}
  •  #{t("充值中心")}
  •  #{t("购买记录")}
  •  #{t("硬币兑现")}
  •  #{t("我的下级")}
  •  #{t("我的账单")}
  •  #{t("安全中心")}
  • #{hook(\App\Consts\Hook::USER_VIEW_MENU)}