吃个甘蔗嚼一年 3 vuotta sitten
vanhempi
commit
768c08cc66

+ 0
- 1
src/components/ShopUsed/index.jsx Näytä tiedosto

@@ -23,7 +23,6 @@ export default (props) => {
23 23
         duration: 2000,
24 24
       })
25 25
       setButtonStyle('none')
26
-
27 26
     })
28 27
   }
29 28
 

+ 1
- 2
src/components/ShopUsed/style.less Näytä tiedosto

@@ -57,7 +57,7 @@
57 57
     }
58 58
     .veri_Date {
59 59
       color: red;
60
-      position: absolute;
60
+      height: 5px;
61 61
       letter-spacing: 1px;
62 62
       font-size: 30px;
63 63
     }
@@ -95,7 +95,6 @@ button {
95 95
   width: 160px;
96 96
   height: 40px;
97 97
   background: #1a3b83;
98
-  /* margin: 0 auto; */
99 98
   line-height: 40px;
100 99
   border-radius: 12px;
101 100
   font-size: 23px;

+ 1
- 1
src/shop/components/ShopKeeper/shopKeeper.jsx Näytä tiedosto

@@ -16,7 +16,7 @@ import './shopKeeper.less'
16 16
 
17 17
 
18 18
 export default (props) => {
19
-  const { shopList, shop, onHotelChange, verifiedOrder, shopMoney, onVarified, onVarifiedTwo, setVer, shopId, amountType } = props
19
+  const { shopList, shop, onHotelChange, verifiedOrder, shopMoney, onVarified } = props
20 20
   const { params } = useRouter()
21 21
   const { tabJump } = params || {}
22 22