10.10综合交易所原始源码_移动端
1
admin
2026-01-27 f66eee1d038afc05f1a727db256ba5c6818f6fb4
src/views/my/index.vue
@@ -129,33 +129,33 @@
const status = ref(null);
const kycHighStatus = ref(null);
const unreadMsg = ref('');
const state = reactive({
  cellList: [
    {
      title: t("safe"),
      list: [
        { icon: "shield-o", title: t("safe"), path: "/safety" },
        { icon: "setting-o", title: t("changePassword"), path: "/changePassword" },
        { icon: addBankIcon, title: t("AddPaymentMethod"), path: "/payMentMethod/list" },
      ],
    },
    {
      title: t("universal"),
      list: [
        { icon: "font-o", title: t("language"), path: "/language" },
        { icon: "service-o", title: t("onLineService"), path: "/customerService" },
        {
          icon: "idcard",
          title: t("authVerify"),
          path: "/certificationCenter",
          show: true,
        },
        { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" },
        { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" },
      ],
    },
  ],
});
// const state = reactive({
//   cellList: [
//     {
//       title: t("safe"),
//       list: [
//         { icon: "shield-o", title: t("safe"), path: "/safety" },
//         { icon: "setting-o", title: t("changePassword"), path: "/changePassword" },
//         { icon: addBankIcon, title: t("AddPaymentMethod"), path: "/payMentMethod/list" },
//       ],
//     },
//     {
//       title: t("universal"),
//       list: [
//         { icon: "font-o", title: t("language"), path: "/language" },
//         { icon: "service-o", title: t("onLineService"), path: "/customerService" },
//         {
//           icon: "idcard",
//           title: t("authVerify"),
//           path: "/certificationCenter",
//           show: true,
//         },
//         { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" },
//         { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" },
//       ],
//     },
//   ],
// });
const quickList = reactive([
  {
    name: "安全",
@@ -275,6 +275,14 @@
            title: t("AddPaymentMethod"),
            path: "/payMentMethod/list",
          },
          {
            icon: new URL(
              "../../assets/theme/dark/image/footer/optional.png",
              import.meta.url
            ),
            title: t("Optional"),
            path: "/optional",
          },
        ],
      },
      // {