1
PC-20250623MANY\Administrator
2025-08-19 1a5a082a826ec7bb0ef86dcd13609125504ea99f
src/page/markets/ipo.vue
@@ -73,6 +73,29 @@
          <span>{{ $t("操作确认") }}</span>
        </div>
        <div class="division"></div>
        <div class="popup_item flex-between-start">
          <span style="color:red">*</span>
          <van-field
            v-model="quantity"
            :label="$t('sl')"
            :placeholder="$t('请输入')"
            type="number"
            :rules="[{ required: true, message: $t('请输入') }]"
          />
        </div>
        <div class="popup_item flex-between">
          <p class="flex-center" style="height: 100%;">
            <span style="color:red">*</span>
            <span>{{ $t("hj101") }}</span>
          </p>
          <van-stepper v-model="lever" min="1" max="100" />
        </div>
        <div class="division"></div>
        <div class="buts flex-between">
          <p class="flex-center" @click="buyShow = false">
            <span>{{ $t("qx") }}</span>
@@ -105,7 +128,9 @@
      searchValue: "",
      buyShow: false, // 购买弹窗控制
      popupData: {}, // 点击购买的数据
      list: []
      list: [],
      quantity: 0, // 购买数量
      lever: 1 // 杠杆倍数
    };
  },
  watch: {
@@ -128,7 +153,8 @@
    async popupSubmit() {
      let opt = {
        newCode: this.popupData.code,
        applyNums: this.popupData.orderNumber,
        applyNums: this.quantity,
        lever: this.lever,
        password: this.popupData.password,
        newlistId: this.popupData.newlistId,
        type: this.popupData.type