1
PC-20250623MANY\Administrator
2025-08-16 454f7cdb840c7b08532002558de4233d71b951e9
src/page/markets/ipo.vue
@@ -73,6 +73,21 @@
          <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="division"></div>
        <div class="buts flex-between">
          <p class="flex-center" @click="buyShow = false">
            <span>{{ $t("qx") }}</span>
@@ -105,7 +120,8 @@
      searchValue: "",
      buyShow: false, // 购买弹窗控制
      popupData: {}, // 点击购买的数据
      list: []
      list: [],
      quantity: 0, // 购买数量
    };
  },
  watch: {
@@ -128,7 +144,7 @@
    async popupSubmit() {
      let opt = {
        newCode: this.popupData.code,
        applyNums: this.popupData.orderNumber,
        applyNums: this.quantity,
        password: this.popupData.password,
        newlistId: this.popupData.newlistId,
        type: this.popupData.type