htc 1 vecka sedan
förälder
incheckning
dda93851d0
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      pages/my/houseList.vue
  2. 1 1
      pages/my/houseList1.vue

+ 1 - 1
pages/my/houseList.vue

@@ -39,7 +39,7 @@
 				</view>
 				<view class="pic">
 					<!-- 图片 -->
-					<u-upload :fileList="fileList" multiple :maxCount="1" :maxSize="1 * 1024 * 1024"
+					<u-upload :fileList="fileList" multiple :maxCount="1" :maxSize="10 * 1024 * 1024"
 						@afterRead="afterRead" @oversize="overSize" width="120" height="120" @delete="deletePic">
 					</u-upload>
 

+ 1 - 1
pages/my/houseList1.vue

@@ -39,7 +39,7 @@
 				</view>
 				<view class="pic">
 					<!-- 图片 -->
-					<u-upload :fileList="fileList" multiple :maxCount="1" :maxSize="1 * 1024 * 1024"
+					<u-upload :fileList="fileList" multiple :maxCount="1" :maxSize="10 * 1024 * 1024"
 						@afterRead="afterRead" @oversize="overSize" width="120" height="120" @delete="deletePic">
 					</u-upload>