2 days ago 584860d11b454774b60c71b63d221b5481c0f3bd
src/page/user/account.vue
@@ -99,7 +99,7 @@
        </div>
      </div>
      <div class="held_item flex-between">
      <!-- <div class="held_item flex-between">
        <div class="item_left flex-start">
          <span class="held_icon2">JP</span>
          <p>{{ $t("Worth") }}</p>
@@ -123,7 +123,7 @@
          {{ positionData.jpPositionEarnings }}
          ({{ positionData.jpPositionEarningsParent }})
        </div>
      </div>
      </div> -->
      <!-- <div class="held_item flex-between">
        <div class="item_left flex-start">
@@ -204,6 +204,7 @@
<script>
import { Toast } from "vant";
import tabHead from "@/components/tabHead.vue";
import config from "@/config";
import * as api from "@/axios/api";
export default {
  name: "account",
@@ -251,7 +252,8 @@
    },
    // 充值提示
    czts() {
      Toast(this.$t("充值提示"));
      // Toast(this.$t("充值提示"));
      window.open(config.onlineService); // 跳转客服
    }
  },
  created() {
@@ -264,7 +266,7 @@
<style lang="less" scoped>
@purple: #3d1152;
@green: #c4d600;
@green: #00f0ff;
@red: #ee0a24;
@dark_green: #07c160;
@@ -314,7 +316,7 @@
      }
      .item_left {
        font-size: 0.4em;
        font-size: 0.32em;
        font-weight: 300;
        color: #777;
@@ -337,7 +339,7 @@
      }
      .item_right {
        font-size: 0.48em;
        font-size: 0.35em;
        img {
          width: 1em;
@@ -357,6 +359,7 @@
    .held_head {
      height: 1.333em;
      box-shadow: 0 0.05333rem 0.26667rem #0000000d;
      font-size: .8rem;
      .head_left,
      .head_right {
@@ -405,6 +408,7 @@
      width: 33.33%;
      flex-direction: column;
      position: relative;
      text-align: center;
      &:not(:last-child)::after {
        content: "  ";