Parcourir la source

1. 添加车辆

guo il y a 3 ans
Parent
commit
dc34fda688

+ 3 - 4
pages/index/addCar.vue

@@ -73,11 +73,10 @@
 			}
 		},
 		onLoad(opt) {
+			uni.removeStorageSync('carModelInfo');
+			
 			this.getNowFormatDate();	
-			var carModelInfo = uni.getStorageSync("carModelInfo");
-			if (carModelInfo) {
-				this.carModelInfo = carModelInfo;
-			}
+			
 			console.log(opt);
 			this.isEditCar = opt.isEditCar
 			this.carId = opt.id

+ 9 - 15
pages/login/empower.vue

@@ -5,8 +5,8 @@
 				<image src="../../static/img/sign_bg.png" mode="" class="euroImg"></image>
 			</view>
 			
-			<view class="title1">欢迎使用车蓝图养车小程序</view>
-			<view class="title2">车蓝图养车为您的爱车提供全方面的功能支持 为保证您能正常使用,请以此授权微信和手机号</view>
+			
+			<view class="title2">请完成微信授权以继续使用</view>
 			<button class="wxlogin" @click="wxgologin">授权微信用户信息</button>
 			<view class="title3" @click="goIndex">取消授权</view>
 		</view>
@@ -134,28 +134,22 @@
 
 <style scoped>
 	.euroImg {
-		width: 440rpx;
-		height: 360rpx;
+		width: 290rpx;
+		height: 140rpx;
 	}
 
 	.logoBox {
 		text-align: center;
-		padding-top: 160rpx;
+		padding-top: 219rpx;
 	}
 
-	.title1 {
-		font-size: 30rpx;
-		text-align: center;
-		font-weight: bold;
-		color: #3C3C3C;
-		margin-top: 113rpx;
-	}
+	
 	.title2 {
+		padding-top: 220rpx;
 		font-size: 26rpx;
 		text-align: center;
-		color: #999999;
-		margin: 20rpx 98rpx 80rpx;
-		text-indent: 1em;
+		color: #576B95;
+		
 	}
 
 	.wxlogin {

+ 2 - 2
pages/module/orderShop.vue

@@ -263,9 +263,9 @@
 	.brands {
 		border-radius: 4rpx;
 		padding: 0 5rpx;
-		color: #CF9B6D;
+		color: #F19D01;
 		height: 28rpx;
-		border: 1px solid #CF9B6D;
+		border: 1px solid #F19D01;
 		margin-right: 5rpx;
 		font-size: 20rpx;
 		line-height: 28rpx;

+ 2 - 2
pages/shop/shopDetail.vue

@@ -758,9 +758,9 @@
 		border-radius: 4rpx;
 		line-height: 30rpx;
 		padding: 0 8rpx;
-		color: #FF5800;
+		color: #F19D01;
 		height: 30rpx;
-		border: 1px solid #FF5800;
+		border: 1px solid #F19D01;
 		margin-right: 14rpx;
 		margin-bottom: 15rpx;
 	}

+ 2 - 2
pages/shop/shopList.vue

@@ -524,9 +524,9 @@
 	.brands {
 		border-radius: 4rpx;
 		padding: 0 5rpx;
-		color: #CF9B6D;
+		color: #F19D01;
 		height: 28rpx;
-		border: 1px solid #CF9B6D;
+		border: 1px solid #F19D01;
 		margin-right: 5rpx;
 		font-size: 20rpx;
 		line-height: 28rpx;

BIN
static/img/sign_bg.png