Explorar el Código

门头照、营业执照bug修复

baijunde hace 9 meses
padre
commit
f87a076eec
Se han modificado 4 ficheros con 10 adiciones y 6 borrados
  1. 1 1
      pages/login/mimi.vue
  2. 1 1
      pages/login/xieyi.vue
  3. 2 2
      pages/store/businessQua.vue
  4. 6 2
      pages/store/headPhoto.vue

+ 1 - 1
pages/login/mimi.vue

@@ -378,7 +378,7 @@
 		<view style="font-weight: bold;text-align: left;text-indent: 2rem"> 本协议自签订之日起生效。
 			本协议签订之日,即用户注册时,点击‘同意’的当天,视为合同已签订生效。
 		</view>
-		<view style="text-align: right;margin-right: 8px;font-weight: bold;margin-top: 16px"> 山西省掌柜鼎科技有限公司
+		<view style="text-align: right;margin-right: 8px;font-weight: bold;margin-top: 16px"> 山西省掌柜鼎科技股份有限公司
 		</view>
 
 

+ 1 - 1
pages/login/xieyi.vue

@@ -202,7 +202,7 @@
 		<view style="font-weight: bold;text-align: left;text-indent: 2rem"> 本协议自签订之日起生效。
 			本协议签订之日,即用户注册时,点击‘同意’的当天,视为合同已签订生效。
 		</view>
-		<view style="text-align: right;margin-right: 8px;font-weight: bold;margin-top: 16px"> 山西省掌柜鼎科技有限公司
+		<view style="text-align: right;margin-right: 8px;font-weight: bold;margin-top: 16px"> 山西省掌柜鼎科技股份有限公司
 		</view>
 
 

+ 2 - 2
pages/store/businessQua.vue

@@ -5,8 +5,8 @@
 				<block slot="content"> 经营资质</block>
 			</cu-custom>
 		</view>
-		<view class="" style="height:140rpx;margin-bottom: 20rpx;">
-			<status v-if="form && form.specialStatus !== null" :status="form.specialStatus"
+		<view class="" style="height:140rpx;margin-bottom: 20rpx;" v-if="form && form.specialStatus !== null">
+			<status  :status="form.specialStatus"
 				:updateTime="form.specialUpdateTime" :remark="form.specialRemark"></status>
 		</view>
 

+ 6 - 2
pages/store/headPhoto.vue

@@ -14,7 +14,7 @@
 							<i class="text-bg "></i>
 						</view>
 					</view>
-					<view class="grid col-4 grid-square flex-sub booder-top">
+					<view class="grid col-4 grid-square flex-sub booder-top" v-if="form.headPhoto">
 						<view class="bg-img" v-for="(item, index) in form.headPhoto.split(',')" :key="index" @tap="ViewImage"
 							:data-url="form.headPhoto[index]">
 							<image :src="item" mode="aspectFill"></image>
@@ -22,10 +22,14 @@
 								<text class='cuIcon-close'></text>
 							</view>
 						</view>
-						<view class="solids" @tap="ChooseImage" v-if="form.headPhoto.split(',').length < 20">
+						
+					</view>
+					<view class="grid col-4 grid-square flex-sub booder-top" v-else>
+						<view class="solids" @tap="ChooseImage" >
 							<text class='cuIcon-cameraadd'></text>
 						</view>
 					</view>
+					
 					<view class="business-prompt">
 						门店照片需包含完整的门店入口和招牌名称,建议现场拍摄门头照;最多可上传10张,支持格式bmp、png、jpeg、jpg,单个图片不超过5MB,建议宽高比7:5
 					</view>