接口对接
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
</uni-list-item>
|
||||
</uni-list>
|
||||
</view>
|
||||
<view style="padding: 0 20rpx" v-show="navMenuActive == 2">
|
||||
<image class="gplot gplot-box" mode="aspectFill" src="/static/test2.pic.png"
|
||||
v-for="(item, key) in 3" :key="key" />
|
||||
</view>
|
||||
<uni-load-more status="nomore"></uni-load-more>
|
||||
</view>
|
||||
<uni-fab ref="fab" direction="vertical" horizontal="right" vertical="bottom" :content="content"
|
||||
@@ -53,9 +57,11 @@ export default {
|
||||
loading: false,
|
||||
project: '',
|
||||
navMenuList: [{
|
||||
text: '设备列表'
|
||||
text: '设备'
|
||||
}, {
|
||||
text: '子用户列表'
|
||||
text: '子用户'
|
||||
}, {
|
||||
text: '拓扑图'
|
||||
}],
|
||||
content: [],
|
||||
navHeight: 0,
|
||||
@@ -168,4 +174,10 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.gplot {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
border: 8rpx solid #ccc;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user