From e3097587828362e34352cf4f378c8f5a260ea700 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 19 Sep 2024 16:32:00 +0800
Subject: [PATCH] no message

---
 src/page/list/tradingList/dazy.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index eb0d1de..b6e4c20 100644
--- a/src/page/list/tradingList/dazy.vue
+++ b/src/page/list/tradingList/dazy.vue
@@ -7,7 +7,7 @@
           <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')"
@@ -21,9 +21,9 @@
         </div>
         <p class="plm">
           <span>{{ $t("hj263") }}</span>
-          <a>{{ currentItem.nowPrice*num | _toString }}</a>
+          <a>₹{{ currentItem.nowPrice*num | _toString }}</a>
         </p>
-        <div class="erty">
+        <div class="erty" v-if="currentItem.password">
           <input
             :placeholder="$t('hj264')"
             type="password"
@@ -35,7 +35,7 @@
           <span>
             {{ $t("hj54") }}
           </span>
-          <a>{{ enableAmt | _toString }}</a>
+          <a>₹{{ enableAmt | _toString }}</a>
         </p>
         <div class="maik" @click="getxiadan">{{ $t("hj85") }}</div>
       </div>
@@ -61,14 +61,14 @@
         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 = {
-        stockCode: this.currentItem.code,
+        dzId: this.currentItem.id,
         password: this.password,
         num: this.num,
         buyingType: "dz",

--
Gitblit v1.9.3