李志伟 3 年之前
父節點
當前提交
911e72864f

+ 1
- 1
src/components/CompoentsOrder/OrderCard/index.jsx 查看文件

@@ -71,7 +71,7 @@ export default (props) => {
71 71
   return (
72 72
     <>
73 73
       {
74
-        sh != '1' ? <view className='OrderNumber'>订单编号:{item.orderId}</view> : ''
74
+        sh != '1' ? <view className='OrderNumber'>订单编号:{item.orderId}</view> : null
75 75
       }
76 76
       <CouponCard action={PayAction}>
77 77
         <CouponMedia>

+ 1
- 0
src/hotel/components/HouseManage/houseManage.jsx 查看文件

@@ -94,6 +94,7 @@ export default React.forwardRef((props, ref) => {
94 94
     getShareMessage: () => {
95 95
       const { shareImage, roomOrderId } = shareDataRef.current
96 96
       setShowCard(false)
97
+      console.log(`/pages/index/index?tab=1&roomId=${room.roomId}&roomOrderId=${roomOrderId}&fromType=hotel&recommender=${hotel.hotelId}`)
97 98
       return {
98 99
         title: room.roomName,
99 100
         path: `/pages/index/index?tab=1&roomId=${room.roomId}&roomOrderId=${roomOrderId}&fromType=hotel&recommender=${hotel.hotelId}`,

+ 0
- 8
src/hotel/pages/landlord/landlord.jsx 查看文件

@@ -68,14 +68,6 @@ export default withLayout((props) => {
68 68
         {hotel?.hotelId ? currentTab === 0 && <HouseManage hotelList={hotelList} hotel={hotel} onHotelChange={handleHotelChange} ref={houseRef} disabled={!hotel.hotelId} /> : <NoData />}
69 69
       </view>
70 70
       <view className='index-tabbar'>
71
-        {/* <TabBar extClass='custom-tabbar bottomTab' current={currentTab} onChange={handleTabChange}>
72
-          <view className={`${currentTab === 0 ? 'houseTab' : ''}`}>
73
-            <image className='house' src={currentTab === 0 ? onhouseImg : houseImg} /><text>房源管理</text>
74
-          </view>
75
-          <view className={`${currentTab === 1 ? 'incomeTab' : ''}`}>
76
-            <image className='incomes' src={currentTab === 1 ? onincomeImg : incomeImg} /><text>我的收入</text>
77
-          </view>
78
-        </TabBar> */}
79 71
       </view>
80 72
       <view className='index-tabbar'>
81 73
         <mp-tabbar extClass='custom-tabbar' current={currentTab} list={tabList} onChange={handleTabChange}></mp-tabbar>

+ 0
- 4
src/pages/MineUserAll/RefundMoney/CheckRefund/style.less 查看文件

@@ -1,7 +1,6 @@
1 1
 @whiteColor: #fff;
2 2
 
3 3
 .box-content {
4
-  width: 100%;
5 4
   padding: 0 30px;
6 5
   .Refund-Content-box {
7 6
     .title-image {
@@ -299,7 +298,6 @@
299 298
   }
300 299
 
301 300
   .section {
302
-    width: 86%;
303 301
     height: 254px;
304 302
     background: #ffffff;
305 303
     border: 1px solid #b5b5b5;
@@ -316,7 +314,6 @@
316 314
 
317 315
   .money-title {
318 316
     margin: 40px 0;
319
-    width: 86%;
320 317
     padding-bottom: 20px;
321 318
     font-size: 30px;
322 319
     font-weight: bold;
@@ -353,7 +350,6 @@
353 350
     margin-bottom: 70px;
354 351
     .button-box {
355 352
       margin: 60px 0;
356
-      width: calc(100% - 60px);
357 353
       height: 88px;
358 354
       line-height: 88px;
359 355
       background: #274291;

+ 1
- 1
src/pages/MineUserAll/RefundMoney/style.less 查看文件

@@ -1,9 +1,9 @@
1 1
 @whiteColor: #fff;
2 2
 
3 3
 .box-content {
4
-  width: 100%;
5 4
   padding: 0 30px;
6 5
   .View-box-Card {
6
+    margin: 30px 5px 0 5px;
7 7
     .foot {
8 8
       font-size: 28px;
9 9
       color: #c0c8d3;