Browse Source

bug 修复

lilei 4 years ago
parent
commit
93457e6176

+ 7 - 1
hybrid/html/css/styles.css

@@ -156,7 +156,13 @@ body {
   background: #55aaff;
   color: #fff;
 }
-
+.storeCheck .checkWork .checkWork-button-disabled > div {
+	padding: 10px;
+	text-align: center;
+	font-size: 18px;
+	background: #eee;
+	color: #999;
+}
 .videoPlay {
   position: relative;
   height: 240px;

File diff suppressed because it is too large
+ 0 - 0
hybrid/html/imgEdit/ped.min.js


+ 4 - 0
hybrid/html/video.html

@@ -149,6 +149,10 @@
 					<div v-if="xdType=='video'" @click="submitTask">保存本次巡店</div>
 					<div v-if="xdType=='scene'" @click="nextStep">下一步</div>
 				</div>
+				<div class="checkWork-button-disabled" v-else>
+					<div v-if="xdType=='video'">保存本次巡店</div>
+					<div v-if="xdType=='scene'">下一步</div>
+				</div>
 			</div>
 			<!-- 拍照弹框 -->
 			<a-drawer title="快拍" placement="bottom" :closable="true" :visible="showPz" @close="onClosePz" :height="360">

File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/app-plus/app-service.js


File diff suppressed because it is too large
+ 1 - 1
unpackage/dist/dev/app-plus/app-view.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/dev/app-plus/hybrid/html/imgEdit/ped.min.js


+ 4 - 0
unpackage/dist/dev/app-plus/hybrid/html/video.html

@@ -149,6 +149,10 @@
 					<div v-if="xdType=='video'" @click="submitTask">保存本次巡店</div>
 					<div v-if="xdType=='scene'" @click="nextStep">下一步</div>
 				</div>
+				<div class="checkWork-button-disabled" v-else>
+					<div v-if="xdType=='video'">保存本次巡店</div>
+					<div v-if="xdType=='scene'">下一步</div>
+				</div>
 			</div>
 			<!-- 拍照弹框 -->
 			<a-drawer title="快拍" placement="bottom" :closable="true" :visible="showPz" @close="onClosePz" :height="360">

Some files were not shown because too many files changed in this diff