From e6444de0c88fc82f433d81d13f53e826b1e873de Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期二, 18 七月 2023 15:01:41 +0800
Subject: [PATCH] no message

---
 public/html/compareprice.html |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/public/html/compareprice.html b/public/html/compareprice.html
index c03076a..432078c 100644
--- a/public/html/compareprice.html
+++ b/public/html/compareprice.html
@@ -321,6 +321,11 @@
             -webkit-line-clamp: 2;
             -webkit-box-orient: vertical;
         }
+        .price_font
+        {
+            font-size: .26rem;
+            color: #787070;
+        }
     </style>
 </head>
 
@@ -368,7 +373,7 @@
                                         <div class="coupon___2SVZi" style="background: #A429F3;"><span style="color: #A429F3;">杩�</span>{{g.fanli}}鍏�</div>
                                        
                                     </div>
-                                    <div class="price___dfbCD">楼<span>{{g.actualPrice}}</span><u v-if="g.sourceType=='tb'||g.sourceType=='tm'" style="text-decoration:line-through">楼{{g.originalPrice}}</u></div>
+                                    <div class="price___dfbCD"><span class="price_font" style="font-size: .26rem; font-weight: 500;">鍒版墜浠�</span><span style="padding: 0;">楼</span><span style="padding: 0 .08rem 0 0;">{{(g.actualPrice-g.fanli).toFixed(2)}}</span><u v-if="g.sourceType=='tb'||g.sourceType=='tm'" style="text-decoration:line-through">楼{{g.originalPrice}}</u></div>
                                    <!--  <div class="operation___3KazI">
                                         <button>绔嬪嵆璐拱</button>
                                     </div> -->
@@ -409,7 +414,8 @@
     {
         if (event.keyCode == 13)
         {
-            app.onTextareaKeyDown();
+            app.search();
+            document.activeElement.blur();
         }
        
     }
@@ -432,10 +438,6 @@
           txtplaceholder:'1銆佹敮鎸佹窐瀹濄�佸ぉ鐚�佷含涓溿�佹姈闊炽�佹嫾澶氬绛夊钩鍙癨r\n2銆佽绮樿创鎮ㄩ渶瑕佽浆鎹㈢殑鍒嗕韩鏂囨/閾炬帴鍜屽彛浠�/鍟嗗搧閾炬帴;涓嶆敮鎸佸埜閾炬帴'
         },
         methods:{
-            onTextareaKeyDown:function(event)
-            {
-                alert('浣犵偣鍑讳簡鍥炶溅閿�')
-            },
             //鏌ヨ
             search:function()
             {

--
Gitblit v1.9.3