1
admin
2026-01-11 fff675a093a912ecdda8e5498421a3e41ab0b596
src/page/user/transferNew.vue
@@ -25,7 +25,7 @@
                type="primary"
                @click="onMax"
              >
                {{ $t("全部") }}
                {{ $t("hj160") }}
              </van-button>
            </template>
          </van-field>
@@ -40,7 +40,10 @@
            placement="bottom-start"
          >
            <template #reference>
              <div class="lv">{{ cValue.text }}</div>
              <div class="lv flex-center">
                {{ cValue.text }}
                <van-icon name="arrow-down" />
              </div>
            </template>
          </van-popover>
        </div>
@@ -62,7 +65,10 @@
            placement="bottom-start"
          >
            <template #reference>
              <div class="lv">{{ dValue.text }}</div>
              <div class="lv flex-center">
                {{ dValue.text }}
                <van-icon name="arrow-down" />
              </div>
            </template>
          </van-popover>
        </div>
@@ -102,10 +108,10 @@
      showPopover: false,
      showPopover1: false,
      actions: [
        { text: this.$t("日本"), value: "JP", currency: "JPY" },
        { text: this.$t("美国"), value: "US", currency: "USD" },
        { text: this.$t("hk1"), value: "HK", currency: "HKD" },
        { text: this.$t("tw"), value: "TW", currency: "TWD" },
        { text: this.$t("id1"), value: "IN", currency: "INR" }
        // { text: this.$t("hk1"), value: "HK", currency: "HKD" },
        // { text: this.$t("tw"), value: "TW", currency: "TWD" },
      ],
      cValue: {},
      dValue: {},
@@ -153,15 +159,15 @@
        case "USD":
          this.moneyRevise = this.usM.availableBalance;
          break;
        case "HKD":
          this.moneyRevise = this.hkM.availableBalance;
          break;
        case "TWD":
          this.moneyRevise = this.twM.availableBalance;
          break;
        case "INR":
        case "JPY":
          this.moneyRevise = this.inM.availableBalance;
          break;
        // case "HKD":
        //   this.moneyRevise = this.hkM.availableBalance;
        //   break;
        // case "TWD":
        //   this.moneyRevise = this.twM.availableBalance;
        //   break;
        default:
          break;
      }
@@ -179,9 +185,9 @@
      if (data.status === 0) {
        data.data.forEach(item => {
          if (item.accectType == "US") this.usM = item;
          else if (item.accectType == "TW") this.twM = item;
          else if (item.accectType == "IN") this.inM = item;
          else if (item.accectType == "HK") this.hkM = item;
          else if (item.accectType == "JP") this.inM = item;
          // else if (item.accectType == "TW") this.twM = item;
          // else if (item.accectType == "HK") this.hkM = item;
        });
      }
    },
@@ -210,6 +216,8 @@
      if (data.status === 0) {
        Toast.success(this.$t(data.msg));
        this.getMoney();
      }else{
        Toast.fail(this.$t(data.msg));
      }
    }
  }
@@ -220,6 +228,9 @@
/deep/ .van-nav-bar__content {
  height: 65px;
}
/deep/ .van-cell{
    background: none;
}
/deep/ .van-nav-bar__title {
  font-family: "DINPro";