소스 검색

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

吴昊天 3 년 전
부모
커밋
9b6a534de2
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 1
      template/uni-app/pages/index/diy/components/promotionList.vue
  2. 2 2
      template/uni-app/pages/index/diy/components/swiperBg.vue

+ 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>