Browse Source

no message

xiaoxin 2 years ago
parent
commit
17ab1da088

+ 1 - 1
manifest.json

@@ -61,7 +61,7 @@
 		"lazyCodeLoading": "requiredComponents",
 		"permission": {
 			"scope.userLocation": {
-				"desc": "获取用户位置已展示距离民宿的距离"
+				"desc": "获取用户位置已展示距离乡村民宿的距离"
 			}
 		},
 		"requiredPrivateInfos": ["chooseLocation", "getLocation", "chooseAddress"]

+ 1 - 1
pages.json

@@ -462,7 +462,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "靖安民宿",
+		"navigationBarTitleText": "靖安乡村民宿",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 		// "usingComponents": {

+ 1 - 1
pages/detail/detail.vue

@@ -396,7 +396,7 @@ export default {
 			// 周边分段器当前索引
 			rimActiveIndex: 0,
 			// 周边分段器数组
-			rimHeaderList: ['景点', '民宿', '美食', '加油站'],
+			rimHeaderList: ['景点', '乡村民宿', '美食', '加油站'],
 			// 周边列表当前页
 			page: 1,
 			// 周边列表每页多少条

+ 6 - 6
pages/home3/home3.vue

@@ -30,11 +30,11 @@
 				<!-- 关键词搜索和民宿级别区域 -->
 				<view class="search_center">
 					<view class="center_input">
-						<input type="text" v-model="keywords" placeholder="民宿/地名/关键词" placeholder-style="color:#808080;font-weight:400;" />
+						<input type="text" v-model="keywords" placeholder="乡村民宿/地名/关键词" placeholder-style="color:#808080;font-weight:400;" />
 					</view>
 					<img class="img" src="../../static/index/right2.png" />
 					|
-					<view class="center_level" :class="{ active: level }" @click="handleChooseLv">{{ level ? level : '请选择民宿级别' }}</view>
+					<view class="center_level" :class="{ active: level }" @click="handleChooseLv">{{ level ? level : '请选择级别' }}</view>
 					<img class="img2" src="../../static/index/right2.png" @click="handleChooseLv" />
 				</view>
 				<!-- 查找按钮区域 -->
@@ -85,8 +85,8 @@
 					<view class="body_top" v-if="hotelList_you.length">
 						<view class="circle"></view>
 						<view class="circle color"></view>
-						<view class="top_title">优选民宿 .</view>
-						<view class="top_msg">特色优选民宿,让旅途充满乐趣</view>
+						<view class="top_title">优选乡村民宿 .</view>
+						<view class="top_msg">让旅途充满乐趣</view>
 						<view class="top_more" @click="handleGoHome">查看更多 ></view>
 					</view>
 
@@ -123,7 +123,7 @@
 					<view class="circle"></view>
 					<view class="circle color"></view>
 					<view class="top_title">精选攻略 .</view>
-					<view class="top_msg">一部手机畅游靖安</view>
+					<view class="top_msg">宿管家带你住靖安</view>
 					<view class="top_more" @click="handleGoPage">查看更多 ></view>
 				</view>
 				<swiper class="body_strategy" indicator-dots indicator-color="#BBD8FE" indicator-active-color="#1E7DFB" circular :interval="3000" v-if="bestNewsList.length">
@@ -953,7 +953,7 @@ export default {
 
 				.center_input {
 					margin: 0 12rpx;
-					width: 250rpx;
+					width: 280rpx;
 					color: #000;
 					font-weight: bold;
 				}

+ 1 - 1
pages/my/my.vue

@@ -23,7 +23,7 @@
 		<view class="body">
 			<!-- 民宿管理区域 -->
 			<view class="body_box">
-				<view class="box_title">民宿管理</view>
+				<view class="box_title">乡村民宿管理</view>
 				<view class="box_list">
 					<view class="item_box" @click="handleGoPage('/pages/orderManage/orderManage')">
 						<img class="box_img" src="../../static/my/order.png" />

+ 1 - 1
pages/shopInfo/shopInfo.vue

@@ -7,7 +7,7 @@
 		<view class="box">
 			<view class="box_title">账户信息</view>
 			<view class="box_hotel">
-				<view class="totel_left">民宿名称</view>
+				<view class="totel_left">乡村民宿名称</view>
 				<view class="">{{ data.hotelName || '超级管理员' }}</view>
 			</view>
 			<view class="box_name">

+ 2 - 2
pagesSub/addPlace/addPlace.vue

@@ -7,7 +7,7 @@
 			<view class="town_box" :class="{active:activeIndex ===index}" v-for="(item, index) in townList" :key="index"
 				@click="handleChange(index)">{{ item.name }}</view>
 		</view>
-		<view class="title2">关联民宿</view>
+		<view class="title2">关联乡村民宿</view>
 		<!-- 民宿列表区域 -->
 		<view class="hotel_list" v-if="hotelList.length">
 			<!-- 每一个民宿 -->
@@ -136,7 +136,7 @@
 					uni.navigateBack(1)
 				} else {
 					uni.showToast({
-						title: "请关联至少一个民宿",
+						title: "请关联至少一个乡村民宿",
 						icon: 'none',
 						mask: true
 					})

+ 3 - 3
pagesSub/coupon/coupon.vue

@@ -22,9 +22,9 @@
 									item.effectiveEndDate.slice(0, 10) || item.beforDate.slice(0, 10)
 								}}
 							</view>
-							<view class="tag" v-if="item.hotelIds.includes('-1')">全民宿</view>
+							<view class="tag" v-if="item.hotelIds.includes('-1')">全乡村民宿</view>
 							<view class="tag" v-else @click="handleClickTag(item.hotelIds)">
-								指定民宿
+								指定乡村民宿
 								<img src="../../static/index/right2.png" />
 							</view>
 						</view>
@@ -53,7 +53,7 @@
 			<view class="popup_body">
 				<view class="popup_header">
 					<img src="../../static/my/popup_title.png" />
-					<view class="header_title">指定民宿</view>
+					<view class="header_title">指定乡村民宿</view>
 					<img src="../../static/my/popup_title.png" />
 				</view>
 				<view class="popup_center">{{ hotels }}</view>

+ 2 - 2
pagesSub/couponCenter/couponCenter.vue

@@ -14,7 +14,7 @@
 						<view class="left_tags">
 							<view class="tag" v-if="item.hotelIds.includes('-1')">全名宿</view>
 							<view class="tag" v-else @click="handleClickTag(item.hotelIds)">
-								指定民宿
+								指定乡村民宿
 								<img src="../../static/index/right2.png" />
 							</view>
 						</view>
@@ -45,7 +45,7 @@
 			<view class="popup_body">
 				<view class="popup_header">
 					<img src="../../static/my/popup_title.png" />
-					<view class="header_title">指定民宿</view>
+					<view class="header_title">指定乡村民宿</view>
 					<img src="../../static/my/popup_title.png" />
 				</view>
 				<view class="popup_center">{{ hotels }}</view>

+ 1 - 1
pagesSub/detailInfo/detailInfo.vue

@@ -49,7 +49,7 @@
 			</view>
 			<view class="body_box">
 				<img class="box_icon2" src="../../static/index/info.png" />
-				<view class="box_text">民宿介绍</view>
+				<view class="box_text">乡村民宿介绍</view>
 			</view>
 
 			<view class="body_desc">

+ 5 - 5
pagesSub/evaluate/evaluate.vue

@@ -8,7 +8,7 @@
 
 		<!-- 评分区域 -->
 		<view class="rate">
-			<view class="rate_key">民宿评分</view>
+			<view class="rate_key">乡村民宿评分</view>
 			<uni-rate v-model="rateValue" size="18" @change="onChange($event, 1)" />
 			<view class="rate_value">{{ msg }}</view>
 		</view>
@@ -58,25 +58,25 @@
 		<view class="foot">
 			<!-- 民宿位置评价 -->
 			<view class="foot_box">
-				<view class="box_key">民宿位置</view>
+				<view class="box_key">乡村民宿位置</view>
 				<uni-rate v-model="rateLocation" size="18" @change="onChange($event, 2)" />
 				<view class="box_value">{{ msgLocation }}</view>
 			</view>
 			<!-- 民宿设施评价 -->
 			<view class="foot_box">
-				<view class="box_key">民宿设施</view>
+				<view class="box_key">乡村民宿设施</view>
 				<uni-rate v-model="rateFacility" size="18" @change="onChange($event, 3)" />
 				<view class="box_value">{{ msgFacility }}</view>
 			</view>
 			<!-- 民宿服务评价 -->
 			<view class="foot_box">
-				<view class="box_key">民宿服务</view>
+				<view class="box_key">乡村民宿服务</view>
 				<uni-rate v-model="rateServe" size="18" @change="onChange($event, 4)" />
 				<view class="box_value">{{ msgServe }}</view>
 			</view>
 			<!-- 民宿卫生评价 -->
 			<view class="foot_box">
-				<view class="box_key">民宿卫生</view>
+				<view class="box_key">乡村民宿卫生</view>
 				<uni-rate v-model="rateHygiene" size="18" @change="onChange($event, 5)" />
 				<view class="box_value">{{ msgHygiene }}</view>
 			</view>

+ 2 - 2
pagesSub/myCoupon/myCoupon.vue

@@ -37,7 +37,7 @@
 							<!-- <view class="tag">可通用</view> -->
 							<view class="tag" v-if="item.hotelIds.includes('-1')">全名宿</view>
 							<view class="tag" v-else @click="handleClickTag(item.hotelIds)">
-								指定民宿
+								指定乡村民宿
 								<img src="../../static/index/right2.png" />
 							</view>
 						</view>
@@ -62,7 +62,7 @@
 				<view class="popup_body">
 					<view class="popup_header">
 						<img src="../../static/my/popup_title.png" />
-						<view class="header_title">指定民宿</view>
+						<view class="header_title">指定乡村民宿</view>
 						<img src="../../static/my/popup_title.png" />
 					</view>
 					<view class="popup_center">{{ hotels }}</view>

+ 3 - 3
pagesSub/send/send.vue

@@ -68,7 +68,7 @@
 		<!-- 关联民宿区域 -->
 		<view class="and" v-if="andList.length">
 			<img class="img" src="../../static/index/send-binding.png" />
-			关联民宿
+			关联乡村民宿
 		</view>
 		<!-- 关联民宿列表区域 -->
 		<view class="and_list">
@@ -325,7 +325,7 @@ export default {
 			}
 			if (!this.andList.length) {
 				uni.showToast({
-					title: '请添加地点关联相关民宿',
+					title: '请添加地点关联相关乡村民宿',
 					icon: 'none',
 					mask: true
 				})
@@ -333,7 +333,7 @@ export default {
 			}
 			if (!this.andList.some((ele) => ele.isCheck)) {
 				uni.showToast({
-					title: '请关联至少一个民宿',
+					title: '请关联至少一个乡村民宿',
 					icon: 'none',
 					mask: true
 				})