| | |
| | | <span @click="show = false"></span> |
| | | </div> |
| | | <h5>{{ $t("hj130") }}</h5> |
| | | <h6>₹{{ currentItem.nowPrice | _toString }}</h6> |
| | | <h6>{{ currentItem.nowPrice | _toString }}</h6> |
| | | <div class="erty tghj"> |
| | | <input |
| | | :placeholder="$t('hj262')" |
| | |
| | | </div> |
| | | <p class="plm"> |
| | | <span>{{ $t("hj263") }}</span> |
| | | <a>₹{{ currentItem.nowPrice*num | _toString }}</a> |
| | | <a>{{ currentItem.nowPrice*num | _toString }}</a> |
| | | </p> |
| | | <div class="erty" v-if="currentItem.password"> |
| | | <div class="erty"> |
| | | <input |
| | | :placeholder="$t('hj264')" |
| | | type="password" |
| | |
| | | <span> |
| | | {{ $t("hj54") }} |
| | | </span> |
| | | <a>₹{{ enableAmt | _toString }}</a> |
| | | <a>{{ enableAmt | _toString }}</a> |
| | | </p> |
| | | <div class="maik" @click="getxiadan">{{ $t("hj85") }}</div> |
| | | </div> |
| | |
| | | this.$toast(this.$t("hj262")); |
| | | return; |
| | | } |
| | | // if (!this.password) { |
| | | // this.show = false; |
| | | // this.$toast(this.$t("hj264")); |
| | | // return; |
| | | // } |
| | | if (!this.password) { |
| | | this.show = false; |
| | | this.$toast(this.$t("hj264")); |
| | | return; |
| | | } |
| | | |
| | | var opt = { |
| | | dzId: this.currentItem.id, |
| | | stockCode: this.currentItem.code, |
| | | password: this.password, |
| | | num: this.num, |
| | | buyingType: "dz", |