From b4c4556a5eddf6708ec55b07e3edc15b2217842e Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 30 Apr 2025 18:35:59 +0800
Subject: [PATCH] 0430号修改

---
 src/page/home/listcomponents/dazongjiaoyi.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/page/home/listcomponents/dazongjiaoyi.vue b/src/page/home/listcomponents/dazongjiaoyi.vue
index 7c98d57..4698a69 100644
--- a/src/page/home/listcomponents/dazongjiaoyi.vue
+++ b/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>

--
Gitblit v1.9.3