吃个甘蔗嚼一年 3 年之前
父節點
當前提交
768c08cc66

+ 0
- 1
src/components/ShopUsed/index.jsx 查看文件

23
         duration: 2000,
23
         duration: 2000,
24
       })
24
       })
25
       setButtonStyle('none')
25
       setButtonStyle('none')
26
-
27
     })
26
     })
28
   }
27
   }
29
 
28
 

+ 1
- 2
src/components/ShopUsed/style.less 查看文件

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

+ 1
- 1
src/shop/components/ShopKeeper/shopKeeper.jsx 查看文件

16
 
16
 
17
 
17
 
18
 export default (props) => {
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
   const { params } = useRouter()
20
   const { params } = useRouter()
21
   const { tabJump } = params || {}
21
   const { tabJump } = params || {}
22
 
22