Browse Source

界面优化

xiaoxin 10 months atrás
parent
commit
ef31ed9636
1 changed files with 10 additions and 10 deletions
  1. 10 10
      pages/index/index.vue

+ 10 - 10
pages/index/index.vue

@@ -39,7 +39,7 @@
 				</view>
 			</view>
 			<!-- 公告 -->
-			<view class="flex justify-between align-center bg-white padding-bottom padding-lr radius bg-white"
+			<!-- <view class="flex justify-between align-center bg-white padding-bottom padding-lr radius bg-white"
 				style="width: 100%;height: 100rpx;">
 				<image @click="ceshi" src="../../static/images/index/gonggao.png" style="width: 140rpx;height: 50rpx;" mode=""></image>
 				<view class="flex-sub margin-left-sm" style="height:82rpx;overflow: hidden;">
@@ -51,14 +51,14 @@
 					style="width: 338rpx;height: 180rpx;" mode=""></image>
 				<image src="https://mxys.chuanghai-tech.com/wmfile/20250618/ddbb2b42ec9749afab93863bc078614f.png" @click="goNav('/my/task/index')"
 					style="width: 338rpx;height: 180rpx;" mode=""></image>
-			</view>
+			</view> -->
 
 			<!-- <view class="padding-top padding-lr bg-white" v-if="!shopStatus == 1&&XCXIsSelect=='是'">
 				<image src="../../static/images/index/banner.png" @click="goNav('/my/apply/index')"
 					style="width: 100%;height: 170rpx;" mode=""></image>
 			</view> -->
 			<!-- 活动推荐 -->
-			<view class="huodong flex justify-center" v-if="huodongList.length>0&&XCXIsSelect!='否'">
+			<!-- <view class="huodong flex justify-center" v-if="huodongList.length>0&&XCXIsSelect!='否'">
 				<view class="huodong-box flex justify-center">
 					<view class="huodong-box-c">
 						<view class="huodong-box-c-title flex justify-between align-center">
@@ -97,9 +97,9 @@
 						</view>
 					</view>
 				</view>
-			</view>
+			</view> -->
 			<!-- 推荐商家 -->
-			<view class="jxShop flex justify-center" v-if="jxlist.length>0&&XCXIsSelect!='否'">
+			<!-- <view class="jxShop flex justify-center" v-if="jxlist.length>0&&XCXIsSelect!='否'">
 				<view class="jxShop-box flex justify-center">
 					<view class="jxShop-box-c">
 						<view class="jxShop-box-c-title flex justify-between align-center">
@@ -127,7 +127,7 @@
 						</view>
 					</view>
 				</view>
-			</view>
+			</view> -->
 
 			<view class="flex justify-center"
 				style="position: relative;background-color: #ffffff;padding-top: 20rpx;padding-bottom: 20rpx;">
@@ -170,13 +170,13 @@
 				<view class="margin-tb-sm flex justify-between bg-white padding-sm radius"
 					v-for="(item,index) in shopList" :key='index'
 					@click="goShopDet(item.shopId,item,item.shopActivityList)">
-					<image :src="item.shopCover[0]" class="radius" style="width: 160rpx;height: 160rpx;" mode="aspectFill"></image>
+					<image :src="item.shopCover[0]" class="radius" style="width: 180rpx;height: 180rpx;" mode="aspectFill"></image>
 					<view class=" margin-left-sm" style="width: 450rpx;">
 						<view class=" flex flex-direction justify-between">
 							<view class="text-lg text-bold text-black">{{item.shopName}}</view>
 							<view class="flex align-center margin-top-xs" style="width: 100%;">
-								<u-icon name="star-fill" color="#FD6416" size="28"></u-icon>
-								<text class="text-lg" style=""> {{item.shopScore?item.shopScore:0}}</text>
+								<!-- <u-icon name="star-fill" color="#FD6416" size="28"></u-icon> -->
+								<text class="text-lg" style="color: #FF8205;"> {{item.shopScore?item.shopScore:0}}</text>
 								<text
 									class="text-gray flex-sub margin-left-xs">销量{{item.shopSales?item.shopSales:0}}</text>
 								<text class="text-gray margin-left-xs">{{item.errandTime}}分钟</text>
@@ -186,7 +186,7 @@
 								<view>起送 ¥{{item.minimumDelivery}} 配送 ¥{{item.errandMoney?item.errandMoney:0}}</view>
 								<view style="color: #558C83;">{{item.autoSendOrder==1?'商家配送':'平台配送'}}</view>
 							</view>
-							<view class="text-gray margin-top-xs" v-if="item.businessHours&&item.lockHours">
+							<view class="text-gray margin-top-xs" style="background-color: #FFF5EB;color: #FF8205;" v-if="item.businessHours&&item.lockHours">
 								营业时间:{{item.businessHours}}-{{item.lockHours}}</view>
 							<view class="flex margin-top-xs justify-between align-start" style="width: 100%;">
 								<view class="flex flex-wrap align-center"