李凌
4 days ago ad0348a7fb24e4350d65dd9f0d93bc26378e4794
Merge branch 'new2.10' of http://124.156.157.155:8060/r/dg/dabao_wap into new2.10
5 files modified
1 files added
46 ■■■■■ changed files
debug.log 2 ●●●●● patch | view | raw | blame | history
src/assets/img/img_log_home.png patch | view | raw | blame | history
src/axios/api.js 3 ●●●●● patch | view | raw | blame | history
src/page/bankCard1/index.vue 7 ●●●● patch | view | raw | blame | history
src/page/home/help_fwxy.vue 2 ●●● patch | view | raw | blame | history
src/page/user/recharge.vue 32 ●●●● patch | view | raw | blame | history
debug.log
New file
@@ -0,0 +1,2 @@
[0409/112117.885:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: 系统找不到指定的文件。 (0x2)
[0409/112134.788:ERROR:third_party\crashpad\crashpad\util\win\registration_protocol_win.cc:108] CreateFile: 系统找不到指定的文件。 (0x2)
src/assets/img/img_log_home.png

src/axios/api.js
@@ -305,6 +305,9 @@
export function siteGetPayInfo(options) {
  return post("/api/site/getPayInfo.do", options);
}
export function getPayOptionList(options) {
  return post("/api/site/getPayOptionList.do", options);
}
export function getYebInfo(options) {
  return post("/api/echo/queryEcho.do", options);
}
src/page/bankCard1/index.vue
@@ -14,12 +14,7 @@
        <span>{{ $t('关于我们') }}</span>
      </div>
      <div class="bank_name">
        Greenback Capital Limited, a globally qualified financial advisory firm incorporated in the Dubai International
        Financial Centre (DIFC), is a CAT 3C company. It focuses on long-term capital appreciation through the stocks
        and equity-related securities of companies with a strong competitive advantage in their respective industries
        and undergoing structural transformation. These companies are expected to achieve a compound annual return of
        approximately 25% over the fund's holding period. Greenback Capital Limited is regulated by the Dubai Financial
        Services Authority (DFSA) and holds a Capital Markets Services (CMS) license.
        NALANDA CAPITAL PTE LTD is a leading global financial advisory firm registered at 65 Chulia Street, OCBC Centre, Singapore, and is a CAT 3C company. The firm focuses on achieving long-term capital appreciation through investments in stocks and equity-related securities of companies with strong competitive advantages in their respective industries and undergoing structural transformation. These companies are expected to achieve a compound annual return of approximately 25% over the fund's holding period. NALANDA CAPITAL PTE LTD is regulated by the Securities and Futures Commission of India (SEBI) and holds a Capital Markets Services (CMS) license.
      </div>
    </div>
  </div>
src/page/home/help_fwxy.vue
@@ -2,7 +2,7 @@
  <div class="privacy-policy">
    <headers :mess="loginWay" />
    <div class="texta" >Section 1: Introduction</div>
    <div class="text">This agreement is entered into by Greenback Capital Limited to AMBARA CAPITAL (hereinafter referred to as "the Company") and the registered account holder (hereinafter referred to as "the Client"). The purpose of this agreement is to define the responsibilities and obligations of both parties in relation to trading in the Indian stock market. By registering an account online and agreeing to this agreement, the Client automatically consents to all services provided by the Company and the regulatory terms governing these services, while acknowledging compliance with the applicable laws and regulations of the Indian</div>
    <div class="text">This agreement is entered into by NALANDA CAPITAL PTE LTD to AMBARA CAPITAL (hereinafter referred to as "the Company") and the registered account holder (hereinafter referred to as "the Client"). The purpose of this agreement is to define the responsibilities and obligations of both parties in relation to trading in the Indian stock market. By registering an account online and agreeing to this agreement, the Client automatically consents to all services provided by the Company and the regulatory terms governing these services, while acknowledging compliance with the applicable laws and regulations of the Indian</div>
    <div class="texta">Section 2: Account Registration and Service Regulation</div>
    <div class="text">1.The Client must provide accurate and truthful personal information (including but not limited to name, contact details, identification documents, etc.) during the registration process for identity verification, account management, and compliance checks. The Client agrees that the Company has the right to verify the registration details and assess the Client's eligibility in accordance with internal policies. Accounts will be suspended or canceled if false information is provided.</div>
    <div class="text">2.Automatic Agreement to Service Regulations
src/page/user/recharge.vue
@@ -38,11 +38,14 @@
          <div style="font-size: 12px;">
            If you encounter any deposit problems, please contact online customer service
          </div>
          <div style="display: flex;justify-content: space-between;align-items: center;margin-top: 20px;">
            <div class="payclass" @click="paytype=0" :style="paytype==0?'border: 1px solid #1989FA;':'border: 1px solid  #e5e8ed;'">Pay</div>
            <div class="payclass" @click="paytype=2" :style="paytype==2?'border: 1px solid #1989FA;':'border: 1px solid  #e5e8ed;'">Pay 1</div>
            <div class="payclass" @click="paytype=1"  :style="paytype==1?'border: 1px solid #1989FA;':'border: 1px solid  #e5e8ed;'">Pay 2</div>
            <!-- <div class="payclass" @click="paytype=3"  :style="paytype==3?'border: 1px solid #1989FA;':'border: 1px solid  #e5e8ed;'">Pay 3</div> -->
          <div style="display: flex;justify-content: space-between;align-items: center;margin-top: 20px;flex-wrap: wrap;gap: 10px;">
            <div
              v-for="(item, index) in payOptionList"
              :key="index"
              class="payclass"
              @click="paytype = item.param"
              :style="paytype === item.param ? 'border: 1px solid #1989FA;' : 'border: 1px solid #e5e8ed;'"
            >{{ item.name }}</div>
          </div>
          <van-button class="but" type="primary" style="margin-top: 1.04rem; margin-bottom: 1.04rem"
            @click="selCzFns">{{ $t("hj172") }}</van-button>
@@ -60,6 +63,7 @@
  import apiUrl from "@/axios/api.url.js";
  import {
    siteGetPayInfo,
    getPayOptionList,
    selCzFn,
    thirdPartyRecharge
  } from "../../axios/api";
@@ -77,6 +81,7 @@
    },
    mounted() {
      this.getPayInfos();
      this.fetchPayOptionList();
    },
    // getPayInfo
    data() {
@@ -99,7 +104,8 @@
        rechargeAccountActions: rechargeAccountActions,
        showBtn: true,
        imgStatus: false,
        paytype: 0,
        payOptionList: [],
        paytype: null,
        form: {
          img1key: "",
        },
@@ -119,9 +125,12 @@
        this.judgeValue();
      },
      async selCzFns() {
        if (this.paytype === null || this.paytype === undefined) {
          return Notify(this.$t("請選擇充值金額") || "Please select a payment method");
        }
        const res = await thirdPartyRecharge({
          tradeAmoun: this.value,
          type:this.paytype
          type: this.paytype
        });
        console.log(res);
        if (res.status == 0) {
@@ -148,6 +157,15 @@
        // }
        //  Notify("请上传文件");
      },
      async fetchPayOptionList() {
        const res = await getPayOptionList();
        if (res.status === 0 && res.data && Array.isArray(res.data)) {
          this.payOptionList = res.data;
          if (this.payOptionList.length > 0 && this.paytype === null) {
            this.paytype = this.payOptionList[0].param;
          }
        }
      },
      async getPayInfos() {
        const res = await siteGetPayInfo();
        if (res.status === 0) {