瀏覽代碼

拍照截图保存

lilei 4 年之前
父節點
當前提交
f3c3ad500b

+ 1 - 1
api/data.js

@@ -52,7 +52,7 @@ export const downloadFile = (params) => {
 // 查询最新版本信息
 export const getSysVersion = (params) => {
   return axios.request({
-    url: `sysVersion/getLatest`,
+    url: `version/getLatest`,
     method: 'post',
 	data: {applyCode:'zyit'}
   }, true)

+ 2 - 2
hybrid/html/video.html

@@ -256,8 +256,8 @@
 					// 获取任务考评项
 					getTaskItem(data) {
 						this.kpItem = JSON.parse(data)
-						this.zbItem = this.kpItem.length ? this.kpItem[this.activeIndex].taskTargetVOList : [],
-							this.showLoading = false
+						this.zbItem = this.kpItem.length ? this.kpItem[this.activeIndex].taskTargetVOList : []
+						this.showLoading = false
 					},
 					// 选择机位
 					onVideoListClick({key}) {

+ 1 - 0
pages/shopTour/shopTour.vue

@@ -219,6 +219,7 @@
 			// 任务考评项目明细
 			getTaskItem(){
 				getTaskItem({id:this.taskId}).then(res => {
+					console.log(res,'getTaskItem')
 					this.wv.evalJS("vm.getTaskItem('"+JSON.stringify(res.data)+"')")
 				})
 			},

+ 1 - 1
pages/videoShopTour/videoShopTour.vue

@@ -25,7 +25,7 @@
 						<u-icon class="listData-item-r-icon" name="icon-xian-11" custom-prefix="xd-icon" size="24" color="#2b85e4"></u-icon>
 					</view>
 				</view>
-				<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" :margin-top="220" style="padding-bottom: 120px;" mode="list"></u-empty>
+				<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" :margin-top="220" style="height: auto;" mode="list"></u-empty>
 			</scroll-view>
 		</view>
 	</view>

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


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


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

@@ -256,8 +256,8 @@
 					// 获取任务考评项
 					getTaskItem(data) {
 						this.kpItem = JSON.parse(data)
-						this.zbItem = this.kpItem.length ? this.kpItem[this.activeIndex].taskTargetVOList : [],
-							this.showLoading = false
+						this.zbItem = this.kpItem.length ? this.kpItem[this.activeIndex].taskTargetVOList : []
+						this.showLoading = false
 					},
 					// 选择机位
 					onVideoListClick({key}) {

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