From f1aaecc9dc0a3d680f2f693ee963d5d060e75734 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 09 Jan 2026 16:18:43 +0800
Subject: [PATCH] 1

---
 src/page/home/newshares/newsharesDetail.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/page/home/newshares/newsharesDetail.vue b/src/page/home/newshares/newsharesDetail.vue
index a85edc3..3f164ff 100644
--- a/src/page/home/newshares/newsharesDetail.vue
+++ b/src/page/home/newshares/newsharesDetail.vue
@@ -22,8 +22,8 @@
                 <div class="dashedf"></div>
                 <div class="plkm">
                     <p><span>{{ $t('jy110') }}</span><a>{{ currentItem.price }}/{{ $t('jy96') }}</a></p>
+                    <p><span>折扣</span><a>{{ currentItem.discount }}</a></p>
                     <p><span>{{ $t('jy102') }}</span><a>{{ currentItem.pe }}</a></p>
-                    <p style="display: none;"><span>{{ $t('jy103') }}</span><a>0.75{{ $t('jy104') }}</a></p>
                     <p><span>{{ $t('jy111') }}</span><a>{{ currentItem.orderNumber }}{{ $t('jy104') }}</a></p>
                 </div>
                 <div class="jindu">
@@ -65,8 +65,8 @@
                 <h5><span>{{ $t('jy121') }}</span><a>{{ dayjs(currentItem.subscribeTime).format('YYYY-MM-DD') }}</a></h5>
             </div>
             <div class="shuliang">
-                <div class="hnjk"><span>{{ $t('hj57') }}</span><a>{{ $t('jy122') }}:<i>{{ userinfo.enableAmt }}</i></a></div><input
-                    v-model="applyNums" :placeholder="$t('jy123')" type="number" class="inkl" @input="applyNums = applyNums.replace(/^(0+)|[^\d]+/g, '')">
+                <!-- <div class="hnjk"><span>{{ $t('hj57') }}</span></div><input
+                    v-model="applyNums" :placeholder="$t('jy123')" type="number" class="inkl" @input="applyNums = applyNums.replace(/^(0+)|[^\d]+/g, '')"> -->
                 <div class="sjnmh" @click="getNewAdd">{{ $t('jy94') }}</div>
             </div>
         </div>
@@ -94,10 +94,10 @@
     },
     methods: {
         async getNewAdd() {
-            if (this.applyNums == '') {
-                this.$toast(this.$t('jy123'))
-                return
-            }
+            // if (this.applyNums == '') {
+            //     this.$toast(this.$t('jy123'))
+            //     return
+            // }
             var opt = {
                 newCode: this.currentItem.code,
                 applyNums: this.applyNums,
@@ -409,7 +409,7 @@
             height: 1.17rem;
             border-radius: 0.13rem;
             margin: 0 auto;
-            margin-top: 0.43rem;
+            // margin-top: 0.43rem;
             font-size: .37rem;
         }
     }

--
Gitblit v1.9.3