jhzh
2025-08-27 ef2e2e3f9c6d37cc47b14ce0444fb75e6aa19dd1
src/page/newUser/index.vue
@@ -144,6 +144,14 @@
            <div class="price_box_title">{{$t('浮動盈虧')}}</div>
            <div class="price_box_txt">{{moneyList[0].profitAndLoss}}</div>
          </div>
          <div class="price_box">
            <div class="price_box_title">{{$t('待补金额')}}</div>
            <div class="price_box_txt">{{moneyList[0].amountToBeCovered}}</div>
          </div>
          <div class="price_box">
            <div class="price_box_title">{{$t('hj48')}}</div>
            <div class="price_box_txt">{{moneyList[0].availableBalance}}</div>
          </div>
        </div>
        <!-- <div class="divider div-shrink"></div> -->
        <!-- <van-tabs
@@ -450,10 +458,13 @@
      this.$router.push("/login");
    },
    gotorush(e){
      if(e=='/recharge'){
        Toast(this.$t('请联系客服'));
      }else if(e==''){
        window.open('https://lin.ee/7I7cvGD', '_blank');
      // if(e=='/recharge'){
      //   Toast(this.$t('请联系客服'));
      // }else
       if(e==''){
        // window.open('https://lin.ee/7I7cvGD', '_blank');
        // window.open('https://lin.ee/69mzBfD', '_blank');
        window.open(this.onlineService);
      }else{
        this.$router.push(e);
      }