Sfoglia il codice sorgente

Merge branch 'master' into 2.0

wenjie 2 mesi fa
parent
commit
4bc7e223b3
2 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 1 3
      hotel/index.vue
  2. 1 2
      special/kaihui.vue

+ 1 - 3
hotel/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="hotel">
 		<zs-header  :background="background"></zs-header>
-	<zs-img class="banner" width="750rpx" height="556rpx" src="https://hyxhsh.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/LZVwmPjcG6eo4b817697d9ce892c8400c439427fddea.png/1.png"></zs-img>
+	<zs-img class="banner" width="750rpx" height="556rpx" src="https://hyxhsh.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/HpBk08yMov1nb3b9eeb79b10b687ce1d770e0fd3fe93.png/1.png"></zs-img>
 	
 	<view class="search-box">
 		<view class="address-box">
@@ -47,11 +47,9 @@
 			<input class="input" type="text" v-model="query.keyword" placeholder="搜索酒店名/地名/关键词" />
 			<image class="more" src="@/static/right.png" mode=""></image>
 		</view>
-		
 		<view class="btn-box">
 			<button class="btn" type="default" @click="handleSearch(0)">查找酒店</button>
 		</view>
-		
 	</view>
 	
 	<!-- 列表 -->

+ 1 - 2
special/kaihui.vue

@@ -13,8 +13,7 @@
 		data() {
 			return {
 				showWeb: false,
-				src: '',
-				test: ''
+				src: ''
 			}
 		},
 		methods: {