diff --git a/page_Beehive/Beehive_detail.vue b/page_Beehive/Beehive_detail.vue index b96668e..d7542c5 100644 --- a/page_Beehive/Beehive_detail.vue +++ b/page_Beehive/Beehive_detail.vue @@ -15,7 +15,7 @@ --> - {{obj.name == undefined ? '--' : obj.name}}-{{obj.sn == undefined ? '--' : obj.sn}} + {{obj.apiaryName == undefined ? '--' : obj.apiaryName}}-{{obj.name == undefined ? '--' : obj.name}} - {{obj.name == undefined ? '--' : obj.name}} + + 箱内环境 {{obj.lastOnlineTime == undefined ? '--' : obj.lastOnlineTime}} @@ -434,7 +435,6 @@ this.yeartime.month = String(previousDay.getMonth() + 1).padStart(2, '0') this.yeartime.day = String(now.getDate()).padStart(2, '0') - previousDay.setDate(now.getDate() - 7) this.yeartimes.year = previousDay.getFullYear() this.yeartimes.month = String(previousDay.getMonth() + 1).padStart(2, '0') @@ -513,8 +513,7 @@ // 点击跳转到操作详情 btnvideo() { uni.navigateTo({ - url: '/page_Beehive/Beehive_log?apiaryId=' + this.obj.apiaryId + ' &name=' + this.obj - .apiaryName + url: '/page_Beehive/Beehive_log?apiaryId=' + this.obj.apiaryId + ' &name=' + this.obj.apiaryName }) }, // 点击展开天气 @@ -820,7 +819,6 @@ }, - // 温度 initChart(canvas, width, height, canvasDpr) { let that = this diff --git a/page_Beehive/Beehive_woring.vue b/page_Beehive/Beehive_woring.vue index 65cb040..c9052e8 100644 --- a/page_Beehive/Beehive_woring.vue +++ b/page_Beehive/Beehive_woring.vue @@ -66,11 +66,11 @@ - - {{item.apiaryName}} + + {{item.apiaryName == null ? '--' : item.apiaryName}}-{{item.beehiveName == null ? '--' : item.beehiveName}} - {{item.beehiveName}} + {{item.apiaryName == null ? '--' : item.apiaryName}}-{{item.beehiveName == null ? '--' : item.beehiveName}} diff --git a/pages.json b/pages.json index 8178612..69fdf6e 100644 --- a/pages.json +++ b/pages.json @@ -173,6 +173,14 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + },{ + "path" : "luru", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } }, { "path" : "about", diff --git a/pages/Apiary/addrizhi.vue b/pages/Apiary/addrizhi.vue index 0fe6405..49b98e2 100644 --- a/pages/Apiary/addrizhi.vue +++ b/pages/Apiary/addrizhi.vue @@ -3,11 +3,11 @@ - + {{apiaryName}} - + 其他蜂箱 @@ -60,7 +60,7 @@ 确认修改 - + diff --git a/pages/Beehive.vue b/pages/Beehive.vue index f6152b5..4193e96 100644 --- a/pages/Beehive.vue +++ b/pages/Beehive.vue @@ -505,8 +505,8 @@ background: #FFC107; border-radius: 50%; position: absolute; - top: 4rpx; - right: -14rpx; + top: 2rpx; + left: 0rpx; opacity: .7; display: none; } diff --git a/pages/map.vue b/pages/map.vue index cac3bf1..fd61939 100644 --- a/pages/map.vue +++ b/pages/map.vue @@ -393,7 +393,7 @@ fail: (error) => { // console.error('获取地图缩放级别失败:', error); }, - }); + }) }, addMarkersWithoutLabels() { this.listmap.forEach((item) => { @@ -427,7 +427,7 @@ type: 2, } }) - }); + }) }, addMarkersWithLabels() { this.listmap.forEach((item) => { @@ -451,7 +451,7 @@ borderRadius: 5, } }) - }); + }) this.listmaps.forEach((item) => { let id = "2" + item.beehiveId this.covers.push({ @@ -473,7 +473,7 @@ borderRadius: 5, } }) - }); + }) }, calculateAnchorX(name) { diff --git a/pages/my.vue b/pages/my.vue index e4d3427..1336299 100644 --- a/pages/my.vue +++ b/pages/my.vue @@ -3,7 +3,9 @@ - +