1
jhzh
2025-07-19 d37ceed2ad5b94bbfc71a8a4cbdb7b498ddf724d
src/page/bankCard1/index.vue
@@ -1,7 +1,12 @@
<template>
  <div class="bank_card_page">
    <van-nav-bar :placeholder="true" :safe-area-inset-top="true" :title="$t('关于我们')" left-arrow
      @click-left="$router.go(-1)">
    <van-nav-bar
      :placeholder="true"
      :safe-area-inset-top="true"
      :title="$t('关于我们')"
      left-arrow
      @click-left="$router.go(-1)"
    >
    </van-nav-bar>
    <div class="content">
      <!-- <div class="top_back">
@@ -11,15 +16,14 @@
         </div> -->
      <div class="titles">
        <span>{{ $t('关于我们') }}</span>
        <span>{{ $t("关于我们") }}</span>
      </div>
      <div class="bank_name">
        Duro Capital is an India-focused investment management firm and is the manager for the Duro India Opportunities
        Fund (the “Fund”). The Fund’s investment objective is to achieve long-term capital appreciation by investing
        into equity and equity-related securities of fairly priced businesses with a defensible right-to-win in their
        industries and that are undergoing structural changes, which enables these companies to compound earnings at
        ~25% over the Fund’s holding period. Duro Capital is regulated by the Monetary Authority of Singapore (MAS) and
        holds a Capital Markets Services (CMS) License.
        {{
          $t(
            "Duro Capital is an India-focused investment management firm and is the manager for the Duro India Opportunities Fund (the “Fund”). The Fund’s investment objective is to achieve long-term capital appreciation by investing into equity and equity-related securities of fairly priced businesses with a defensible right-to-win in their industries and that are undergoing structural changes, which enables these companies to compound earnings at ~25% over the Fund’s holding period. Duro Capital is regulated by the Monetary Authority of Singapore (MAS) andholds a Capital Markets Services (CMS) License."
          )
        }}
      </div>
    </div>
  </div>
@@ -27,28 +31,16 @@
<script>
  import * as api from "@/axios/api";
  import {
    Toast
  } from "mint-ui";
  import {
    isNull,
    bankNoReg,
    isName
  } from '@/utils/utils'
import { Toast } from "mint-ui";
import { isNull, bankNoReg, isName } from "@/utils/utils";
  export default {
    name: "bankCard1",
    data() {
      return {
      };
    return {};
    },
    created() {
    },
    methods: {
    }
  created() {},
  methods: {}
  };
</script>