1
jhzh
2025-09-21 0b568d0656b55368895cb14393c191925eb31de0
1
3 files modified
12 ■■■■■ changed files
src/page/home/help_fwxy.vue 2 ●●● patch | view | raw | blame | history
src/page/home/home.vue 7 ●●●● patch | view | raw | blame | history
src/page/user/recharge.vue 3 ●●●● patch | view | raw | blame | history
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 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 securities market.</div>
    <div class="text">This agreement is entered into by Duro Capital 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/home/home.vue
@@ -354,7 +354,11 @@
    },
    aRouter1() {
        // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
      window.open(this.onlineService);
        if (window.localStorage.getItem("USERTOKEN")) {
          window.open(this.onlineService);
        }else{
          this.$router.push('/login')
        }
    },
    getdialog() {
@@ -499,7 +503,6 @@
      let data = await api.getInfoSite();
      if (data.status === 0) {
        this.onlineService = data.data.onlineService;
        console.log(this.onlineService, 'this.onlineService');
      } else {
        this.$store.commit("elAlertShow", {
          elAlertShow: true,
src/page/user/recharge.vue
@@ -39,6 +39,7 @@
            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>
@@ -97,7 +98,7 @@
        rechargeAccountActions: rechargeAccountActions,
        showBtn: true,
        imgStatus: false,
        paytype: 2,
        paytype: 0,
        form: {
          img1key: "",
        },