| | |
| | | /> |
| | | </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"> |
| | |
| | | popupData: {}, // 点击购买的数据 |
| | | list: [], |
| | | quantity: 0, // 购买数量 |
| | | lever: 1 // 杠杆倍数 |
| | | }; |
| | | }, |
| | | watch: { |
| | |
| | | let opt = { |
| | | newCode: this.popupData.code, |
| | | applyNums: this.quantity, |
| | | lever: this.lever, |
| | | password: this.popupData.password, |
| | | newlistId: this.popupData.newlistId, |
| | | type: this.popupData.type |