李志伟 3 anos atrás
pai
commit
911e72864f

+ 1
- 1
src/components/CompoentsOrder/OrderCard/index.jsx Ver arquivo

71
   return (
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
       <CouponCard action={PayAction}>
76
       <CouponCard action={PayAction}>
77
         <CouponMedia>
77
         <CouponMedia>

+ 1
- 0
src/hotel/components/HouseManage/houseManage.jsx Ver arquivo

94
     getShareMessage: () => {
94
     getShareMessage: () => {
95
       const { shareImage, roomOrderId } = shareDataRef.current
95
       const { shareImage, roomOrderId } = shareDataRef.current
96
       setShowCard(false)
96
       setShowCard(false)
97
+      console.log(`/pages/index/index?tab=1&roomId=${room.roomId}&roomOrderId=${roomOrderId}&fromType=hotel&recommender=${hotel.hotelId}`)
97
       return {
98
       return {
98
         title: room.roomName,
99
         title: room.roomName,
99
         path: `/pages/index/index?tab=1&roomId=${room.roomId}&roomOrderId=${roomOrderId}&fromType=hotel&recommender=${hotel.hotelId}`,
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 Ver arquivo

68
         {hotel?.hotelId ? currentTab === 0 && <HouseManage hotelList={hotelList} hotel={hotel} onHotelChange={handleHotelChange} ref={houseRef} disabled={!hotel.hotelId} /> : <NoData />}
68
         {hotel?.hotelId ? currentTab === 0 && <HouseManage hotelList={hotelList} hotel={hotel} onHotelChange={handleHotelChange} ref={houseRef} disabled={!hotel.hotelId} /> : <NoData />}
69
       </view>
69
       </view>
70
       <view className='index-tabbar'>
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
       </view>
71
       </view>
80
       <view className='index-tabbar'>
72
       <view className='index-tabbar'>
81
         <mp-tabbar extClass='custom-tabbar' current={currentTab} list={tabList} onChange={handleTabChange}></mp-tabbar>
73
         <mp-tabbar extClass='custom-tabbar' current={currentTab} list={tabList} onChange={handleTabChange}></mp-tabbar>

+ 0
- 4
src/pages/MineUserAll/RefundMoney/CheckRefund/style.less Ver arquivo

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

+ 1
- 1
src/pages/MineUserAll/RefundMoney/style.less Ver arquivo

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