soft5566 2 years ago
parent
commit
0f2e6f4d5a
2 changed files with 7 additions and 19 deletions
  1. 1 13
      pages/gongyujieshao/gongyujieshao.vue
  2. 6 6
      pages/index/index.vue

+ 1 - 13
pages/gongyujieshao/gongyujieshao.vue

@@ -39,10 +39,6 @@
 						list: '电视'
 					},
 					{
-						id: 5,
-						list: '电吹风'
-					},
-					{
 						id: 6,
 						list: '空调'
 					},
@@ -51,10 +47,6 @@
 						list: '吹风机'
 					},
 					{
-						id: 8,
-						list: '宽带上网接口'
-					},
-					{
 						id: 9,
 						list: '独立卫生间'
 					},
@@ -65,11 +57,7 @@
 					{
 						id: 11,
 						list: '电水壶'
-					},
-					{
-						id: 12,
-						list: '免费瓶装水'
-					},
+					}
 				],
 				phone: '0791-82293574'
 			}

+ 6 - 6
pages/index/index.vue

@@ -83,9 +83,9 @@
 					<image v-else="item.h_type.indexOf('豪华') !== -1" class="room-image" src="../../static/index/lux.jpg"
 						@click="inputDialogToggle(item.h_type)"></image>
 					<view class="room-name">{{ item.h_type }}</view>
-					<view v-if="item.h_type.indexOf('标准') !== -1" class="room-mark">描述:面积约20平方米,配置1.5米大床房一张,点击左侧图片查看更多。</view>
-					<view v-else-if="item.h_type.indexOf('高级') !== -1" class="room-mark">描述:面积约28平方米,配置1.5米大床房一张,点击左侧图片查看更多。</view>
-					<view v-else="item.h_type.indexOf('豪华') !== -1" class="room-mark">描述:面积约40平方米,配置1.5米大床房一张,点击左侧图片查看更多。</view>
+					<view v-if="item.h_type.indexOf('标准') !== -1" class="room-mark">描述:面积约20平方米,配置1.35米双人床一张,点击左侧图片查看更多。</view>
+					<view v-else-if="item.h_type.indexOf('高级') !== -1" class="room-mark">描述:面积约28平方米,配置1.5米双人床一张,点击左侧图片查看更多。</view>
+					<view v-else="item.h_type.indexOf('豪华') !== -1" class="room-mark">描述:面积约40平方米,配置1.5米双人床一张,点击左侧图片查看更多。</view>
 					<view class="room-icon">
 						<image src="../../static/index/index_wifi.svg" style="width: 30rpx;height: 30rpx;"></image>
 						<image src="../../static/index/index_kongtiao.svg" style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
@@ -422,13 +422,13 @@
 				_self.typeText = ''
 				_self.img = []
 				if (id === 1) {
-					_self.typeText = '一室一卫,内有沙发、茶几、空调、电视、衣柜、24小时热水、阳台房间朝南面,1.5米双人床一张。'
+					_self.typeText = '一室一卫,内有沙发、茶几、空调、电视、衣柜、24小时热水,1.35米双人床一张。'
 					_self.img = ['/static/index/std0.jpg', '/static/index/std.jpg']
 				} else if (id === 2) {
-					_self.typeText = '一室一厅一卫,有标准公寓所有设施,客厅配有空调、3座沙发、书桌。卧室、阳台均朝北面,1.5米双人床一张。'
+					_self.typeText = '一室一厅一卫,有标准公寓所有设施,客厅配有空调、3座沙发、书桌。1.5米双人床一张。'
 					_self.img = ['/static/index/adv1.jpg', '/static/index/adv.jpg', '/static/index/adv2.jpg']
 				} else {
-					_self.typeText = '一室一厅一卫,有标准公寓所有设施,大客厅配落地空调、5座沙发、书桌。卧室、大阳台均朝南面,1.5米双人床一张。'
+					_self.typeText = '一室一厅一卫,有标准公寓所有设施,大客厅配落地空调、5座沙发、书桌。1.5米双人床一张。'
 					_self.img = ['/static/index/lux.jpg', '/static/index/lux1.jpg', '/static/index/lux2.jpg']
 				}
 			},