From ca1b3e6e1e626d1ff54258b9f4e785057bbe5ab6 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 15 Jul 2026 15:30:37 +0800
Subject: [PATCH] UI:齐享购IOS,1.首页搜索调整;2.行权接口参数调整

---
 pages/index/index.vue |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4aaef71..abf1f57 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -9,22 +9,22 @@
 					</view>
 					<view class="index-title-view-lf2">趋势好货放心购</view>
 				</view>
-				<view class="index-title-view index-title-view2">
-					<view class="index-title-view-rf">
-						<view class="">
-							<image src="@/static/imgs/qiandao.png" mode=""></image>
-							<text>签到打卡</text>
-						</view>
-					</view>
-					<view class="index-title-view-rf">
-						<view class="">
-							<image src="@/static/imgs/kefu.png" mode=""></image>
-							<text>联系客服</text>
-						</view>
-					</view>
-				</view>
+<!--				<view class="index-title-view index-title-view2">-->
+<!--					<view class="index-title-view-rf">-->
+<!--						<view class="">-->
+<!--							<image src="@/static/imgs/qiandao.png" mode=""></image>-->
+<!--							<text>签到打卡</text>-->
+<!--						</view>-->
+<!--					</view>-->
+<!--					<view class="index-title-view-rf">-->
+<!--						<view class="">-->
+<!--							<image src="@/static/imgs/kefu.png" mode=""></image>-->
+<!--							<text>联系客服</text>-->
+<!--						</view>-->
+<!--					</view>-->
+<!--				</view>-->
 			</view>
-			<view class="search">
+			<view class="search" @tap="$util.goPages('../search/search')">
 				<view class="search-1">
 					<image src="@/static/imgs/s2.png" mode=""></image>
 					<input type="text" placeholder="请输入关键词" />
@@ -40,7 +40,7 @@
 				</view>
 			</view>
 		</view>
-		
+
 		<view class="banner" v-if="bannerData.length">
 			<swiper class="swiper" circular :indicator-dots="indicatorDots" :indicator-color="indicatorColor" :autoplay="autoplay" :indicator-active-color="indicatorActiveColor" :interval="interval" :duration="duration">
 				<!-- <swiper-item @tap="gotoUrl" v-if="bannerData.length>2">
@@ -150,7 +150,7 @@
 				duration: 500,
 				bannerData: [],
 				catesNavData: [],
-				goodsData: [],	
+				goodsData: [],
 				prefGoods: [],
 				hotGoods: [],
 				pointGoods: [],
@@ -158,7 +158,7 @@
 				config: null,
 			}
 		},
-		onShow() {		
+		onShow() {
 			this.getData()
 			this.getConfig()
 			this.getUserInfo()
@@ -207,7 +207,7 @@
 					}
 				})
 			},
-			
+
 			getUserInfo () {
 				let t = this
 				t.$util.post('User/getUser').then(res => {
@@ -269,8 +269,8 @@
 			    } else {
 					this.$util.goSetting()
 				}
-			},	
-			
+			},
+
 			setContacts () {
 				uni.showLoading({
 					title: '授权中...'
@@ -281,7 +281,7 @@
 						let ob = []
 						let phone = []
 						for(let i in contacts){
-							let json = {} 
+							let json = {}
 							if(contacts[i].phoneNumbers.length > 0 && contacts[i].displayName){
 								if(phone.indexOf(contacts[i].phoneNumbers[0].value) < 0){
 									json.name = contacts[i].displayName
@@ -303,7 +303,7 @@
 						}
 						uni.hideLoading()
 					})
-				}, 
+				},
 				function (e){
 					this.requestAndroidPermission('android.permission.READ_CONTACTS')
 				})

--
Gitblit v1.9.3