Quellcode durchsuchen

【模版目录】更新移动端模版

吴昊天 vor 2 Jahren
Ursprung
Commit
9b6a534de2

+ 3 - 1
template/uni-app/pages/index/diy/components/promotionList.vue

@@ -153,6 +153,7 @@
 				/deep/.easy-loadimage image {
 					width: 100%;
 					height: 346rpx;
+          border-radius: 20rpx 20rpx 0 0;
 				}
 
 				.pictrue_log {
@@ -166,6 +167,7 @@
 					width: 100%;
 					height: 346rpx;
 					display: block;
+          border-radius: 20rpx 20rpx 0 0;
 				}
 
 				.text-info {
@@ -224,4 +226,4 @@
 			}
 		}
 	}
-</style>
+</style>

+ 2 - 2
template/uni-app/pages/index/diy/components/swiperBg.vue

@@ -84,7 +84,7 @@
 				let that = this;
 				this.$nextTick((e) => {
 					uni.getImageInfo({
-						src: that.setDomain(that.imgUrls[0].img),
+						src: that.imgUrls[0].img,
 						success: (res) => {
 							if (res && res.height > 0) {
 								// that.$set(that, 'imageH',
@@ -244,4 +244,4 @@
 		display: block;
 		width: 100%;
 	}
-</style>
+</style>