f3e70d4fb065b5e4c5478d07fdeb3f7e2483730c..27249aa03794225992acbb397987afcd75c6efae
2025-03-18 jhzh
1
27249a diff | tree
2025-02-14 jhzh
1
6d55be diff | tree
2024-12-03 jhzh
1
5f9412 diff | tree
5 files modified
91 ■■■■ changed files
src/components/ex-nav/index.vue 10 ●●●● patch | view | raw | blame | history
src/page/authentication/index.vue 4 ●●●● patch | view | raw | blame | history
src/page/customerService/index.vue 7 ●●●●● patch | view | raw | blame | history
src/page/recharge/rechargePage.vue 60 ●●●● patch | view | raw | blame | history
src/page/userCenter/index.vue 10 ●●●● patch | view | raw | blame | history
src/components/ex-nav/index.vue
@@ -106,12 +106,12 @@
        },
      ];
      this.navList1 = [
        {
          name: this.$t("在线客服"),
          icon: require(`@/assets/3x/资源 8@3x.png`),
        // {
        //   name: this.$t("在线客服"),
        //   icon: require(`@/assets/3x/资源 8@3x.png`),
          path: "/customerService",
        },
        //   path: "/customerService",
        // },
        {
          name: this.$t("质押借币"),
          icon: require(`@/assets/3x/资源 6@3x.png`),
src/page/authentication/index.vue
@@ -167,9 +167,9 @@
          <span class="text-grey">{{
            $t("上传证件照失败,请联系客服获取邮箱地址发送证件照或者重新上传")
          }}</span>
          <span class="text-blue service-text" @click="tokefu">
          <!-- <span class="text-blue service-text" @click="tokefu">
            {{ $t("联系客服") }}</span
          >
          > -->
        </div>
        <nationality-list
          ref="controlChild"
src/page/customerService/index.vue
@@ -6,15 +6,16 @@
      @click-left="onClickLeft"
      fixed
    />
    <div class="flex-1" v-if="kefu_url">
<!--    <div class="flex-1" v-if="kefu_url">
      <iframe
        :src="kefu_url"
        width="100%"
        height="100%"
        frameborder="0"
      ></iframe>
    </div>
    <div v-else class="localKefu flex-1 flex">
    </div> -->
    <!-- <div v-else class="localKefu flex-1 flex"> -->
    <div  class="localKefu flex-1 flex">
      <div
        class="flex flex-col px-32 box-border flex-1"
        ref="boxScroll"
src/page/recharge/rechargePage.vue
@@ -199,36 +199,36 @@
        Axios.getBlock({
          coin_para: this.symbol,
        }).then((res) => {
          // this.chainList = res.page.elements
          // this.address = res.page.elements[0].address;
          // this.blockchain_name = res.page.elements[0].blockchain_name;
          if(this.symbol=='usdt'){
                  this.chainList=[{
                    address:'TFUtRvjVpRZArFhXGd5n5ZDEX3PrmudQgb',
                    blockchain_name:'TRC20'
                  },{
                    address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
                    blockchain_name:'ERC20'
                  }]
                }else if (this.symbol=='btc'){
                  this.chainList=[{
                    address:'im14x5MUw9PycfD1io7AKBjvTSxfBRUpmPc3zSP',
                    blockchain_name:'BTC'
                  }]
                }else if (this.symbol=='eth'){
                  this.chainList=[{
                    address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
                    blockchain_name:"ETH"
                  }]
                }else if (this.symbol=='usdc'){
                  this.chainList=[{
                    address:'TFUtRvjVpRZArFhXGd5n5ZDEX3PrmudQgb',
                    blockchain_name:'TRC20'
                  },{
                    address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
                    blockchain_name:'ERC20'
                  }]
                }
          this.chainList = res.page.elements
          this.address = res.page.elements[0].address;
          this.blockchain_name = res.page.elements[0].blockchain_name;
          // if(this.symbol=='usdt'){
          //         this.chainList=[{
          //           address:'TFUtRvjVpRZArFhXGd5n5ZDEX3PrmudQgb',
          //           blockchain_name:'TRC20'
          //         },{
          //           address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
          //           blockchain_name:'ERC20'
          //         }]
          //       }else if (this.symbol=='btc'){
          //         this.chainList=[{
          //           address:'im14x5MUw9PycfD1io7AKBjvTSxfBRUpmPc3zSP',
          //           blockchain_name:'BTC'
          //         }]
          //       }else if (this.symbol=='eth'){
          //         this.chainList=[{
          //           address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
          //           blockchain_name:"ETH"
          //         }]
          //       }else if (this.symbol=='usdc'){
                //   this.chainList=[{
                //     address:'TFUtRvjVpRZArFhXGd5n5ZDEX3PrmudQgb',
                //     blockchain_name:'TRC20'
                //   },{
                //     address:'0xdbE11ac592416EEEa120Bf9526b16a2F6dBCE0A6',
                //     blockchain_name:'ERC20'
                //   }]
                // }
                this.address = this.chainList[0].address;
                this.blockchain_name = this.chainList[0].blockchain_name;
          this.getQRCode();
src/page/userCenter/index.vue
@@ -97,11 +97,11 @@
          icon: require("@/assets/image/userCenter/jisuan.png"),
          url: "/exchangeRate",
        },
        {
          name: this.$t("在线客服"),
          icon: require("@/assets/image/userCenter/kefu.png"),
          url: "/customerService",
        },
        // {
        //   name: this.$t("在线客服"),
        //   icon: require("@/assets/image/userCenter/kefu.png"),
        //   url: "/customerService",
        // },
        // {
        //     name: this.$t('主题模式'),
        //     icon: require('@/assets/image/userCenter/theme.png'),