diff --git a/manifest.json b/manifest.json index fe7ee60..acf209c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "印包管家", "appid" : "__UNI__EBBA73E", "description" : "", - "versionName" : "1.0.4", - "versionCode" : 100, + "versionName" : "1.0.5", + "versionCode" : 101, "transformPx" : false, "networkTimeout" : { "request" : 6000 diff --git a/pages/camera-list/index.vue b/pages/camera-list/index.vue index ae35ee2..72befe8 100644 --- a/pages/camera-list/index.vue +++ b/pages/camera-list/index.vue @@ -2,15 +2,16 @@ - - - - {{ camera.name }} + + + + {{ camera.name }} + @@ -68,12 +75,12 @@ export default { } } .group_12 { - // color: rgb(255, 255, 255); + color: rgb(255, 255, 255); font-size: 30rpx; font-weight: 500; line-height: 40rpx; white-space: nowrap; - // position: relative; + position: relative; .image_2 { width: 91.5vw; height: 51.5vw; diff --git a/pages/digital-workshops/index.vue b/pages/digital-workshops/index.vue index e8502ed..c74bc78 100644 --- a/pages/digital-workshops/index.vue +++ b/pages/digital-workshops/index.vue @@ -58,8 +58,9 @@ - - {{ cameraList[0].address }} + + {{ cameraList[0].name }} + @@ -183,7 +184,7 @@ export default { factoryId(val, oldVal) { this.getCameraList() this.getList() - this.upCallback() + this.downCallback() this.isExample = this.factoryList.find((factory) => factory.value == val).isExample }, refresh(val) { @@ -260,8 +261,7 @@ export default { // } data['所有设备'].type[list[i].typeName][0]++ } - - data['所有设备'].list.push(list[i]) + // data['所有设备'].list.push(list[i]) } this.listObj = data }).catch(err => { @@ -566,6 +566,14 @@ export default { width: 91.5vw; height: 51.5vw; } + .image_3 { + width: 87rpx; + height: 87rpx; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + } .text_18 { position: absolute; left: 24rpx; diff --git a/static/imgs/digital-workshops/icon-play.png b/static/imgs/digital-workshops/icon-play.png new file mode 100644 index 0000000..e5d9a84 Binary files /dev/null and b/static/imgs/digital-workshops/icon-play.png differ