1
PC-20250623MANY\Administrator
2025-08-19 1a5a082a826ec7bb0ef86dcd13609125504ea99f
1
2 files modified
18 ■■■■■ changed files
src/page/markets/ipo.vue 10 ●●●●● patch | view | raw | blame | history
src/page/trading/TradeNew.vue 8 ●●●● patch | view | raw | blame | history
src/page/markets/ipo.vue
@@ -86,6 +86,14 @@
          />
        </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">
@@ -122,6 +130,7 @@
      popupData: {}, // 点击购买的数据
      list: [],
      quantity: 0, // 购买数量
      lever: 1 // 杠杆倍数
    };
  },
  watch: {
@@ -145,6 +154,7 @@
      let opt = {
        newCode: this.popupData.code,
        applyNums: this.quantity,
        lever: this.lever,
        password: this.popupData.password,
        newlistId: this.popupData.newlistId,
        type: this.popupData.type
src/page/trading/TradeNew.vue
@@ -41,7 +41,13 @@
      </van-col>
      <van-col span="8" class="item_n">
        <p class="flex-start">{{ i.orderNum }}</p>
        <p class="flex-start i_name">
        <p
          class="flex-start i_name"
          :style="{
            color:
              i.profitAndLose > 0 ? 'green' : i.profitAndLose < 0 ? 'red' : ''
          }"
        >
          {{ i.profitAndLose }} ({{ i.profitAndLoseParent }})
        </p>
      </van-col>