Ver código fonte

营业时间提交审核

baijunde 6 meses atrás
pai
commit
908ce70c67
4 arquivos alterados com 10 adições e 7 exclusões
  1. 2 2
      manifest.json
  2. 1 1
      pages/login/map.vue
  3. 3 3
      pages/store/businessInfor.vue
  4. 4 1
      pages/store/headPhoto.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "掌柜生活商户版",
     "appid" : "__UNI__E0EA6E1",
     "description" : "",
-    "versionName" : "1.1.6.2",
-    "versionCode" : 1162,
+    "versionName" : "1.1.6.3",
+    "versionCode" : 1163,
     "transformPx" : false,
     "app-plus" : {
         /* 5+App特有相关 */

+ 1 - 1
pages/login/map.vue

@@ -456,4 +456,4 @@
 			}
 		}
 	}
-</style>   地图搜索出来的结果以当前经纬度为中心
+</style>   

+ 3 - 3
pages/store/businessInfor.vue

@@ -10,9 +10,9 @@
 				<view class="head_right"></view>
 			</view>
 		</view>
-		<status v-if="form && form.videoStatus !== null" :status="form.videoStatus" :updateTime="form.videoUpdateTime"
-			:remark="form.videoRemark" style="z-index: 0;"></status>
-		<view class="tab-top" :style="form && form.videoStatus == null ? 'margin-top: 14upx;' : 'margin-top: 144upx;'">
+		<!-- <status v-if="form && form.videoStatus !== null" :status="form.videoStatus" :updateTime="form.videoUpdateTime"
+			:remark="form.videoRemark" style="z-index: 0;"></status> -->
+		<view class="tab-top" :style="form && form.videoStatus == null ? 'margin-top: 14upx;' : ''">
 			<view class="borderRadiu">
 				<view class=" cu-form-group margin-top1 justify-between">
 					<view class="content ">

+ 4 - 1
pages/store/headPhoto.vue

@@ -128,7 +128,7 @@
 				uni.chooseImage({
 					// count: 4, //默认9
 					sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
-					sourceType: ['album'], //从相册选择
+					sourceType: ['camera','album'], //从相册选择
 					success: (res) => {
 						if (res) {
 							// this[type + 'Img'] = chooseImageRes.tempFilePaths[0];
@@ -402,4 +402,7 @@
 			margin-right: 22upx;
 		}
 	}
+	.col-4{
+		width: auto;
+	}
 </style>