设备列表,设备绑定,删除,修改设备名
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<view>
|
||||
<!-- 使用自定义导航栏 -->
|
||||
<custom-navbar :title="navTitle" :showBack="true" color="#FFFFFF" :rightIcon=true
|
||||
right-color="rgba(255, 255, 255, 0.87)" @right-click="uploadStartup"></custom-navbar>
|
||||
<custom-navbar :title="navTitle" :showBack="true" color="#FFFFFF" rightIcon="/static/images/path.png"
|
||||
@right-click="uploadStartup"></custom-navbar>
|
||||
<view class="device-detail-container" :style="{ paddingTop: navBarHeight + 'px' }">
|
||||
<!-- 设备电量信息 -->
|
||||
<view class="battery-section">
|
||||
|
Reference in New Issue
Block a user