From 42568bdd99cfaadd3f8d9059e5166e2e0b2b26d0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 26 Aug 2025 14:37:27 +0800
Subject: [PATCH] 1

---
 src/page/list/tradingList/dazy.vue |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/src/page/list/tradingList/dazy.vue b/src/page/list/tradingList/dazy.vue
index eb0d1de..3d9eef8 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,15 @@
         this.$toast(this.$t("hj262"));
         return;
       }
-      if (!this.password) {
-        this.show = false;
-        this.$toast(this.$t("hj264"));
-        return;
-      }
+      this.show = false;
+      // 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",
@@ -157,7 +158,7 @@
   .erty {
     width: 9.21rem;
     height: 1.07rem;
-    border: 0.0266rem solid #5c288c;
+    border: 0.0266rem solid #185546;
     border-radius: 0.13rem;
     margin: 0 auto;
     display: flex;
@@ -186,7 +187,7 @@
   }
 
   .tghj {
-    border: 0.0266rem solid #5c288c;
+    border: 0.0266rem solid #185546;
     margin-top: 0.45rem;
   }
 
@@ -209,7 +210,7 @@
   .maik {
     width: 9.21rem;
     height: 1.07rem;
-    background: #5c288c;
+    background: #185546;
     border-radius: 0.26rem;
     margin: 0 auto;
     margin-top: 0.56rem;

--
Gitblit v1.9.3