Browse Source

auto commit

gcz 3 năm trước cách đây
mục cha
commit
28652eb059

+ 2 - 2
common/apiurl.js

@@ -21,8 +21,8 @@ const apiurl = {
 	//收费员密码修改
 	modifyPwdUrl:'/payee/payeeinfo/modifyPwd',
 	//我的业绩
-	// achievementUrl:'/payee/payeeinfo/achievement',
-	achievementUrl:'http://127.0.0.1:4523/mock/385524/payeeinfo/achievement',
+	achievementUrl:'/payee/payeeinfo/achievement',
+	// achievementUrl:'http://127.0.0.1:4523/mock/385524/payeeinfo/achievement',
 	
 	//收费员打卡路段信息
 	punchInfoUrl:'/payee/payeeinfo/punchInfo/',

+ 6 - 0
pages/login/login.scss

@@ -45,8 +45,13 @@
 }
 
 .pages{
+	position: relative;
 	height: 100vh;
 	background-color: #008CFF;
+	background-image:url(../../static/img/login-top-bg.png),url(../../static/img/login-bottom-bg.png);
+	background-repeat: no-repeat;
+	background-size: 987rpx 626rpx,737rpx 519rpx;
+	background-position: -69rpx -228rpx,0 bottom;
 }
 
 
@@ -59,3 +64,4 @@
 
 
 
+

+ 6 - 6
pages/performance/performance.scss

@@ -61,23 +61,23 @@ page{background-color: #F4F4F4;}
 		line-height: 37rpx;
 		margin-bottom: 16rpx;
 		.number{
-			font-size: 60rpx;
+			font-size: 66rpx;
 			color: #3397FA;
-			line-height: 84rpx;
+			line-height: 92rpx;
 			letter-spacing: 2rpx;
 		}
 	}
 	.statistics-item-cell{
 		flex: 1;
 		.til{
-			font-size: 26rpx;
+			font-size: 28rpx;
 			color: #8E8E8E;
-			line-height: 37rpx;
+			line-height: 33rpx;
 		}
 		.con{
-			font-size: 30rpx;
+			font-size: 34rpx;
 			color: #3397FA;
-			line-height: 42rpx;
+			line-height: 48rpx;
 		}
 	}
 	.statistics-item-cell + .statistics-item-cell{

+ 1 - 1
pages/performance/performance.vue

@@ -102,7 +102,7 @@
 				this.pickerDay = e.day;
 			},
 			handleAchievement(){
-				this.$u.api.achievement()
+				this.$u.api.achievement({startDate:this.theTime,endDate:this.theTime})
 				.then(res=>{
 					this.$refs.uToast.show({
 						title: res.msg,

BIN
static/img/lobin-bottom-bg.png


BIN
static/img/login-bottom-bg.png


BIN
static/img/login-top-bg.png