Browse Source

feat: 房型管理

2912631854@qq.com 3 months ago
parent
commit
5f5b49412b
1 changed files with 7 additions and 6 deletions
  1. 7 6
      pages/HotelMerchandise/index.vue

+ 7 - 6
pages/HotelMerchandise/index.vue

@@ -13,12 +13,15 @@
 		<!-- 房型数量 -->
 		<view class="">
 			<view class="typeNum">
-				<view class="left" style="font-size: 24rpx; color: #777;" @click="areaShowed()">
+				<!-- 		<view class="left" style="font-size: 24rpx; color: #777;" @click="areaShowed()">
 					<text :class="areaShow==true?'active':''" style="margin-right: 20rpx;">上架时间</text>
 					<u-icon name="arrow-down-fill" bold='true' v-if="areaShow==false" size="20" labelPos="left"
 						labelSize="26"></u-icon>
 					<u-icon name="arrow-up-fill" bold='true' v-else color="#007a68" labelColor='#007a68' size="20"
 						labelPos="left" labelSize="26"></u-icon>
+				</view> -->
+				<view class="left">
+
 				</view>
 				<view class="right" @click="showList">
 					<view class="image">
@@ -34,7 +37,7 @@
 
 
 			<!--  区域筛选 -->
-			<view class="contented" :style="{'height':(h-mt)+'px'}" v-show="areaShow">
+			<!-- 	<view class="contented" :style="{'height':(h-mt)+'px'}" v-show="areaShow">
 				<view class="custom_popup">
 					<view class="types">
 						<view class="pricequjian" style="height: 240rpx;">
@@ -54,7 +57,7 @@
 						</view>
 					</view>
 				</view>
-			</view>
+			</view> -->
 		</view>
 
 		<view class="" style="padding-bottom: 160rpx;">
@@ -300,10 +303,7 @@
 			}
 		},
 		onLoad(option) {
-			// if (uni.getStorageSync('merchantType') == 4) {
 			this.getRepast()
-			// } else {
-			// }
 		},
 		methods: {
 
@@ -435,6 +435,7 @@
 
 			// 区域筛选
 			clickareaShow(e, i) {
+				console.log(e.name, i);
 				this.areaShowIndex = i
 			},
 			// 上架时间