zhangdan 4 years ago
parent
commit
38633ec911
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/store/addStore.vue

+ 1 - 1
pages/store/addStore.vue

@@ -42,7 +42,7 @@
 							<u-icon name="camera" color="#bfbfbf" size="60" v-show="!isView"></u-icon>
 						</view>
 					</view>
-					<view v-if="isView" style="margin-top: 10rpx;">暂无门头照</view>
+					<view v-if="isView &&photograph.length==0" style="margin-top: 10rpx;">暂无门头照</view>
 					<view v-show="photograph.length" v-for="(item,index) in photograph" :key="index" class="photograph-con">
 						<u-icon  name="close-circle-fill" color="#fa3534" size="50" class="close-circle-icon" @click="cancelPhotograph(index)"></u-icon>
 						<u-image width="100%" height="100%" :src="item" @click="previewPictures(item)"></u-image>