Sfoglia il codice sorgente

apph5版本部分图片显示空白处理

@dongkboy 1 mese fa
parent
commit
0a9d756da7

+ 2 - 2
pages/my/my.vue

@@ -247,7 +247,7 @@
 		width: 100%;
 		height: 420rpx;
 		background: white;
-		background-image: url('/static/image/my/bg1.png');
+		background-image: url('../../static/image/my/bg1.png');
 		background-size: 100% 100%;
 		aspect-ratio: 25 / 14;
 		padding: 176rpx 30rpx 0;
@@ -463,7 +463,7 @@
 		.Details {
 			width: 100%;
 			height: 152rpx;
-			background-image: url('/static/image/my/bg2.png');
+			background-image: url('../../static/image/my/bg2.png');
 			background-size: 100% 100%;
 			padding: 48rpx 30rpx 20rpx;
 			box-sizing: border-box;

+ 1 - 1
pages/orders/orders1.vue

@@ -1195,7 +1195,7 @@
 					// position: absolute;
 					// left: 0;
 					// bottom: 0;
-					background-image: url('/static/image/plateNoback.png');
+					background-image: url('../../static/image/plateNoback.png');
 					background-size: 100% 100%;
 
 					text {

+ 1 - 1
pages/quote/chooseOption.vue

@@ -2058,7 +2058,7 @@
 		left: 0;
 		width: 10px;
 		height: 10px;
-		background-image: url("/static/image/car-insure/before.png");
+		background-image: url("../../static/image/car-insure/before.png");
 		background-size: cover;
 	}
 

+ 1 - 1
pages/quote/chooseOption1.vue

@@ -276,7 +276,7 @@
 		padding: 30rpx;
 		box-sizing: border-box;
 		background: #fff;
-		background-image: url('/static/image/car-insure/planback.png');
+		background-image: url('../../static/image/car-insure/planback.png');
 		background-size: 100% 100%;
 
 		.companyLogo {

+ 2 - 2
pages/quote/premiumCalc.vue

@@ -3670,7 +3670,7 @@
 		left: 0;
 		width: 10px;
 		height: 10px;
-		background-image: url("/static/image/car-insure/before.png");
+		background-image: url("../../static/image/car-insure/before.png");
 		background-size: cover;
 	}
 
@@ -3689,7 +3689,7 @@
 		left: 0;
 		width: 10px;
 		height: 10px;
-		background-image: url("/static/image/car-insure/before1.png");
+		background-image: url("../../static/image/car-insure/before1.png");
 		background-size: cover;
 	}
 

+ 1 - 1
pages/registr/appPromoPage.vue

@@ -68,7 +68,7 @@
 <style lang="scss" scoped>
 	.page {
 		height: 100vh;
-		background-image: url('/static/image/registr/bg.png');
+		background-image: url('../../static/image/registr/bg.png');
 		background-size: 100% 100%;
 	}
 

+ 1 - 1
pages/registr/h5Registr.vue

@@ -245,7 +245,7 @@
 	}
 
 	.content-form {
-		background-image: url('/static/image/h5Registr-bg.png');
+		background-image: url('../../static/image/h5Registr-bg.png');
 		background-size: 100% 100%;
 		padding: 30rpx;
 		box-sizing: border-box;

+ 1 - 1
pages/tool/invitationCode.vue

@@ -218,7 +218,7 @@
 
 	.bgimg {
 		width: 100%;
-		background-image: url("/static/image/tool/invitationCode-bg1.png");
+		background-image: url("../../static/image/tool/invitationCode-bg1.png");
 		background-size: 100% 100%;
 		background-color: #FFFFFF;
 		border-radius: 10rpx;

+ 1 - 1
pages/wallet/incomeExpenseRecord.vue

@@ -254,7 +254,7 @@
 
 			// 头部汇总
 			.header-summary {
-				background-image: url('/static/image/my/wallet-bg2.png');
+				background-image: url('../../static/image/my/wallet-bg2.png');
 				background-size: 100% 100%;
 				border-radius: 10rpx 10rpx 0rpx 0rpx;
 				padding: 30rpx;

+ 1 - 1
pages/wallet/myWallet.vue

@@ -490,7 +490,7 @@
 			padding: 20rpx 30rpx;
 			box-sizing: border-box;
 			color: #333;
-			background-image: url('/static/image/my/wallet-bg1.png');
+			background-image: url('../../static/image/my/wallet-bg1.png');
 			background-size: 100% 100%;
 
 			text:nth-child(1) {