Forráskód Böngészése

去除ios多余放大镜

ming 3 éve
szülő
commit
f9229c6c44

+ 1 - 1
components/list-test/list-test.vue

@@ -7,7 +7,7 @@
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
 					<input class="" @focus="InputFocus" @blur="InputBlur" :adjust-position="false" type="text" placeholder="请输入站点名称"
-					 confirm-type="search" v-model="nowSiteName"></input>
+					  v-model="nowSiteName"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchData">查询</button>

+ 1 - 1
pages/authManage/authManage.vue

@@ -8,7 +8,7 @@
 			<view class="cu-bar search bg-gray filter-section">
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
-					<input class="" @focus="InputFocus" @blur="InputBlur" :adjust-position="false" type="text" confirm-type="search"
+					<input class="" @focus="InputFocus" @blur="InputBlur" :adjust-position="false" type="text"
 					 v-model="phoneNumber"></input>
 				</view>
 				<view class="action">

+ 1 - 1
pages/deviceManage/deviceManage.vue

@@ -7,7 +7,7 @@
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
 					<input class=""  type="text" placeholder="请输入设备名称"
-					 confirm-type="search" v-model="deviceName"></input>
+					 v-model="deviceName"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchSiteList">查询</button>

+ 1 - 1
pages/eleControl/powerCut/powerCut.vue

@@ -17,7 +17,7 @@
 			<view class="cu-bar search bg-gray filter-section">
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
-					<input class="" type="text" placeholder="请输入站点名称" confirm-type="search" v-model="site_name"></input>
+					<input class="" type="text" placeholder="请输入站点名称" v-model="site_name"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchSiteList">查询</button>

+ 7 - 7
pages/index/index.vue

@@ -4,7 +4,7 @@
 			<view class="cu-bar search bg-white">
 				<view class="search-form round">
 					<input @focus="InputFocus" @blur="InputBlur" @input="handleInput()" v-model="searchInput"
-						:adjust-position="false" type="text" placeholder="" confirm-type="search"></input>
+						:adjust-position="false" type="text" placeholder=""></input>
 					<text class="cuIcon-search "></text>
 				</view>
 			</view>
@@ -193,15 +193,15 @@
 
 		onLoad: function(option) {
 		
-			if (option.op) {
-				this.getData();
+		// 	if (option.op) {
+		// 		this.getData();
 			
-			} else {
-				this.init()
-			}
+		// 	} else {
+		// 		this.init()
+		// 	}
 			
 			
-			// this.getData();
+			this.getData();
 
 			this.hackReset = false;
 			this.$nextTick(() => {

+ 4 - 7
pages/login/login.vue

@@ -45,14 +45,11 @@
 		onLoad(option) {
 			// alert(option.flag)
 			
-			if(option.flag){
-				// alert(1)
+			// if(option.flag){	
+			// }else{
+			// this.init()
 				
-			}else{
-				// alert(2)
-				this.init()
-				
-			}
+			// }
 
 			uni.setNavigationBarColor({
 				frontColor: "#ffffff", //文字颜色

+ 1 - 1
pages/siteArchive/siteArchive.vue

@@ -9,7 +9,7 @@
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
 					<input class="" @focus="InputFocus" v-model="siteName" @blur="InputBlur" :adjust-position="false"
-						type="text" placeholder="请输入站点" confirm-type="search"></input>
+						type="text" placeholder="请输入站点"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchData()">查询</button>

+ 1 - 1
pages/siteList/siteList.vue

@@ -15,7 +15,7 @@
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
 					<input class="" @focus="InputFocus" v-model="siteName" @blur="InputBlur" :adjust-position="false" type="text"
-					 placeholder="请输入站点名称" confirm-type="search"></input>
+					 placeholder="请输入站点名称"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchData()">查询</button>

+ 1 - 1
pages/siteManage/siteManage.vue

@@ -12,7 +12,7 @@
 			<view class="cu-bar search bg-gray filter-section">
 				<view class="search-form round bg-white">
 					<text class="cuIcon-search"></text>
-					<input class="" type="text" placeholder="请输入站点名称" confirm-type="search" v-model="siteName"></input>
+					<input class="" type="text" placeholder="请输入站点名称" v-model="siteName"></input>
 				</view>
 				<view class="action">
 					<button class="cu-btn bg-blue round" @click="searchSiteList">查询</button>