| | |
| | | {{ $t("hj261") }} <span @click="show = false"></span> |
| | | </div> |
| | | <h5>{{ $t("hj130") }}</h5> |
| | | <h6> ﷼{{ currentItem.price ? currentItem.price : "" }}</h6> |
| | | <h6>{{ currentItem.price ? currentItem.price : "" }}</h6> |
| | | <div class="erty tghj"> |
| | | <input |
| | | :placeholder="$t('hj262')" |
| | |
| | | num: "", |
| | | currentItem: "", |
| | | userinfo: "", |
| | | password: "", |
| | | password: "" |
| | | }; |
| | | }, |
| | | mounted() { |
| | |
| | | var opt = { |
| | | stockCode: this.currentItem.stockCode, |
| | | password: this.password, |
| | | num: this.num * 100, |
| | | num: this.num * 100 |
| | | }; |
| | | let res = await api.buyStockDz(opt); |
| | | if (res.status == 0) { |
| | |
| | | if (data.status === 0) { |
| | | this.userinfo = data.data; |
| | | } |
| | | }, |
| | | }, |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | <style lang="less" scoped> |