|
@@ -1,7 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="">
|
|
<view class="">
|
|
|
- <uni-nav-bar @clickLeft="clickLeft" left-icon="back" left-text="返回"
|
|
|
|
|
- title="监控系统"></uni-nav-bar>
|
|
|
|
|
|
|
+ <uni-nav-bar @clickLeft="clickLeft" left-icon="back" left-text="返回" title="监控系统"></uni-nav-bar>
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<image src="../../static/image/monitor/banner.png" mode="widthFix"></image>
|
|
<image src="../../static/image/monitor/banner.png" mode="widthFix"></image>
|
|
|
</view>
|
|
</view>
|
|
@@ -40,9 +39,9 @@
|
|
|
this.page = 1
|
|
this.page = 1
|
|
|
this.listArr = []
|
|
this.listArr = []
|
|
|
this.getEquipList()
|
|
this.getEquipList()
|
|
|
- setTimeout(()=>{
|
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
uni.stopPullDownRefresh()
|
|
uni.stopPullDownRefresh()
|
|
|
- },1000)
|
|
|
|
|
|
|
+ }, 1000)
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
onReachBottom() {
|
|
onReachBottom() {
|
|
@@ -83,7 +82,7 @@
|
|
|
// url:"/pages/monitor/detail?device_id="+item.device_id+"&accessToken="+this.accessToken
|
|
// url:"/pages/monitor/detail?device_id="+item.device_id+"&accessToken="+this.accessToken
|
|
|
// })
|
|
// })
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url:"/pages/webview?device_id="+item.device_id+"&accessToken="+this.accessToken
|
|
|
|
|
|
|
+ url: "/pages/webview?device_id=" + item.device_id + "&accessToken=" + this.accessToken
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|