| | |
| | | <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">
|
| | | <button class='content cu-btn' @click="itemClick('analy')">
|
| | | <image src='../../static/me/icon/diannao.png' class='png' mode='aspectFit'></image>
|
| | | <text class='text-lg margin-sm'>分析</text>
|
| | | </button>
|
| | | </view> |
| | | |
| | | |
| | | <view class="cu-item"> |
| | |
| | | uni.navigateTo({ |
| | | url:"/pages/me/video" |
| | | }) |
| | | }else if(mode == 'analy'){ |
| | | uni.navigateTo({ |
| | | url:"/pages/me/analy" |
| | | }) |
| | | }else if(mode == 'other'){ |
| | | uni.navigateTo({ |
| | | url:"/pages/tabBar/monitor" |