From 6fdd720d747fdeda2367f69514820d5e699755ab Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期五, 09 六月 2023 13:32:59 +0800
Subject: [PATCH] no message

---
 public/html/freebuy.html     |    2 +-
 public/html/tb_minishop.html |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/html/freebuy.html b/public/html/freebuy.html
index 7184b4c..55d4d44 100644
--- a/public/html/freebuy.html
+++ b/public/html/freebuy.html
@@ -245,7 +245,7 @@
    
     <div :style="{ height: (twoNav && twoNav.length > 0) ? '2.3rem' : '2.3rem'}"></div>
     
-    <div v-if="!loading" style="min-height: 100vh;" class=" swiper-container swiper-container-initialized swiper-container-horizontal swiper-container-free-mode swiper-container-ios">
+    <div v-if="!loading" style="min-height: 100vh; background: #fbe7e2;" class=" swiper-container swiper-container-initialized swiper-container-horizontal swiper-container-free-mode swiper-container-ios">
             <div class="swiper-wrapper" style="transform: translate3d(0px, 0px, 0px);">
                 <div class="swiper-slide list-section">
                             <div class="listTmp " v-for="(data,key) in lists" :key="key" v-on:click="targetItem(data)">
diff --git a/public/html/tb_minishop.html b/public/html/tb_minishop.html
index 8006d64..dcc9045 100644
--- a/public/html/tb_minishop.html
+++ b/public/html/tb_minishop.html
@@ -47,9 +47,9 @@
           <div class="label">鎶㈣喘浠�</div>
           <div class="value">锟�<strong>{{ Number(item.itemendprice) }}</strong></div>
         </div>
-        <div class="origin">
+        <!-- <div class="origin">
           <del>锟{ Number(item.itemprice) }}</del>
-        </div>
+        </div> -->
       </div>
       <div class="btn-block">
         <div class="_ btn btn-order">

--
Gitblit v1.9.3