zhengjinyi 5 年之前
父节点
当前提交
3999870e88
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 4 2
      components/cm-module/productDetails/supplierDetails.vue
  2. 0 1
      pages/tabBar/user/user.vue

+ 4 - 2
components/cm-module/productDetails/supplierDetails.vue

@@ -56,7 +56,7 @@
 				<text class="line">营业执照</text>
 			</view>
 			<view class="sup-img">
-				<image :src="shop.businessLicenseImage" mode="widthFix" @click="previewImg(shop.businessLicenseImage)"></image>
+				<image :src="shop.businessLicenseImage" mode="aspectFill" @click="previewImg(shop.businessLicenseImage)"></image>
 			</view>
 		</view>
 		<view class="sup-msg massage-t" v-if="shop.medicalPracticeLicenseImg1!=null">
@@ -74,7 +74,7 @@
 				<text class="line">授权牌照</text>
 			</view>
 			<view class="sup-img">
-				<image :src="shop.authorizationCertificateImage" mode="widthFix" @click="previewImg(shop.authorizationCertificateImage)"></image>
+				<image :src="shop.authorizationCertificateImage" mode="aspectFill" @click="previewImg(shop.authorizationCertificateImage)"></image>
 			</view>
 		</view>
 	</view>
@@ -278,6 +278,7 @@
 			image{
 				width: 100%;
 				height: 100%;
+				display: block;
 			}
 		}
 		.sup-imgList{
@@ -296,6 +297,7 @@
 				image{
 					width: 100%;
 					height: 100%;
+					display: block;
 				}
 			}
 		}

+ 0 - 1
pages/tabBar/user/user.vue

@@ -408,7 +408,6 @@
 					margin-top: 17rpx;
 				}
 				.u-h1{
-					width: 400rpx;
 					float: left;
 					font-size: $font-size-34;
 					color: #FFFFFF;