lxf
2025-04-30 b4c4556a5eddf6708ec55b07e3edc15b2217842e
src/page/home/listcomponents/dazongjiaoyi.vue
@@ -55,7 +55,7 @@
          {{ $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')"
@@ -102,7 +102,7 @@
      num: "",
      currentItem: "",
      userinfo: "",
      password: "",
      password: ""
    };
  },
  mounted() {
@@ -131,7 +131,7 @@
      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) {
@@ -156,8 +156,8 @@
      if (data.status === 0) {
        this.userinfo = data.data;
      }
    },
  },
    }
  }
};
</script>
<style lang="less" scoped>