| | |
| | | </button>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <button class='content cu-btn'>
|
| | | <button class='content cu-btn' @click="itemClick('other')">
|
| | | <image src='../../static/me/icon/xiaoxi.png' class='png' mode='aspectFit'></image>
|
| | | <text class='text-lg margin-sm'>关于</text>
|
| | | </button>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <!-- <view class="cu-item">
|
| | | <button class='content cu-btn' @click="itemClick('video')">
|
| | | <image src='../../static/me/icon/jiankong.png' class='png' mode='aspectFit'></image>
|
| | | <text class='text-lg margin-sm'>实时监控</text>
|
| | |
| | | <image src='../../static/me/icon/diannao.png' class='png' mode='aspectFit'></image> |
| | | <text class='text-lg margin-sm'>远程控制</text> |
| | | </button> |
| | | </view> |
| | | </view> --> |
| | | |
| | | |
| | | <view class="cu-item"> |
| | |
| | | uni.navigateTo({ |
| | | url:"/pages/me/video" |
| | | }) |
| | | }else if(mode == 'other'){ |
| | | uni.navigateTo({ |
| | | url:"/pages/tabBar/monitor" |
| | | }) |
| | | } |
| | | },
|
| | | exit() {
|