lilei 9 tháng trước cách đây
mục cha
commit
ee5bb60633

+ 2 - 2
App.vue

@@ -1,9 +1,9 @@
 <script>
 	export default {
 		globalData: {
-			baseUrl: 'http://192.168.2.113:9110/saas/clz/', // 本地
+			// baseUrl: 'http://192.168.2.113:9110/saas/clz/', // 本地
 			// baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
-			// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
+			baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
 		},
 		onLaunch: function() {
 			console.log('App Launch');

+ 2 - 2
pages/index/index.vue

@@ -54,7 +54,7 @@
 							<text v-if="hasLogin&&userInfo&&userInfo.sysUserFlag == '0'" class="user-rz">
 								{{storeApply&&storeApply.auditStatus=='WAIT'?'认证门店审核中':'认证成为门店'}}
 							</text>
-							<u-icon name="arrow-right"></u-icon>
+							<uni-icons type="arrowright" size="20" color="#999"></uni-icons>
 						</view>
 					</view>
 					<!-- 搜索 -->
@@ -114,7 +114,7 @@
 					<!-- 扫描记录 -->
 					<u-cell-group :border="false">
 						<u-cell-item title="VIN查询历史" @click="toAllRecord" :title-style="{fontSize:'1em'}" value="全部">
-							<u-icon slot="icon" size="38" color="#066cff" style="margin-right: 0.3em;" name="order"></u-icon>
+							<u-icon slot="icon" size="32" color="#066cff" style="margin-right: 0.3em;" name="order"></u-icon>
 						</u-cell-item>
 					</u-cell-group>
 					<u-cell-group :border="false" v-if="hasLogin">

+ 3 - 3
pages/morePage/morePage.vue

@@ -35,7 +35,7 @@
 						<text v-if="hasLogin&&userInfo&&userInfo.sysUserFlag == '0'" class="user-rz">
 							{{storeApply&&storeApply.auditStatus=='WAIT'?'认证门店审核中':'认证成为门店'}}
 						</text>
-						<u-icon name="arrow-right"></u-icon>
+						<uni-icons type="arrowright" size="20" color="#999"></uni-icons>
 					</view>
 				</view>
 			</view>
@@ -45,7 +45,7 @@
 					<view><u-icon size="34" color="#f10000" name="red-packet-fill"></u-icon> <text style="color: #ff0000;margin-left: 10rpx;">红包奖励</text></view>
 					<view>
 						<u-badge :absolute="false" :count="redPackCount"></u-badge>
-						<u-icon size="28" color="#969799" name="arrow-right"></u-icon>
+						<uni-icons type="arrowright" size="20" color="#999"></uni-icons>
 					</view>
 				</view>
 			</view>
@@ -54,7 +54,7 @@
 					<view><u-icon size="34" color="#ff7d0b" name="gift-fill"></u-icon> <text style="color: #ff7d0b;margin-left: 10rpx;">我的优惠券</text></view>
 					<view>
 						<u-badge :absolute="false" :count="couponCount"></u-badge>
-						<u-icon size="28" color="#969799" name="arrow-right"></u-icon>
+						<uni-icons type="arrowright" size="20" color="#999"></uni-icons>
 					</view>
 				</view>
 			</view>

+ 10 - 4
pagesA/queryByCode/queryByCode.vue

@@ -10,7 +10,7 @@
 						focus 
 						cancelButton="none"
 						placeholder="请输入产品编码搜索" 
-						bg-color="#efefef"
+						bg-color="#f3f3f3"
 						@input="change"
 						@confirm="search" 
 						@blur="search"
@@ -49,6 +49,9 @@
 								</view>
 							</view>
 						</view>
+						<view class="flex align_center justify_center">
+							<uni-icons type="arrowright" size="20" color="#999"></uni-icons>
+						</view>
 					</view>
 				</view>
 				<view style="padding: 20upx;">
@@ -170,7 +173,6 @@
 					uni.hideLoading()
 					if(res.status == 200){
 						let list = res.data.list
-						console.log(list)
 						if (list && list.length){
 							// 分页 拼接数据
 							if (_this.pageNo != 1) {
@@ -220,6 +222,7 @@
 	background: #fff;
 	.check-list{
 		flex-grow: 1;
+		background: #f8f8f8;
 		.scroll-view{
 			height: 100%;
 			box-sizing: border-box;
@@ -228,13 +231,16 @@
 			}
 		}
 		.partList-list-box{
-			padding: 20rpx 30rpx;
-			border-bottom: 2rpx solid #f5f5f5;
+			padding: 10rpx 20rpx;
 			&:last-child{
 				border:0;
 			}
 			.product{
 				flex-grow: 1;
+				padding: 20rpx;
+				background-color: #fff;
+				border-radius: 10rpx;
+				box-shadow: 1px 1px 3px #eee;
 				&:active{
 					opacity: 0.6;
 					background-color: #f8f8f8;

+ 2 - 0
pagesB/shopiing/searchProduct.vue

@@ -300,6 +300,8 @@
 				}
 				/deep/ .choose-product-item{
 					background-color: #FFFFFF;
+					margin: 6px 10px;
+					border-radius: 10px;
 				}
 				.loading-bar{
 					text-align: center;