首页修改
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
>{{ project.name }}
|
||||
<!-- <view class="header-title-extra">用能</view> -->
|
||||
</view>
|
||||
<view class="header-des">{{ project.description }}</view>
|
||||
<view class="header-des">项目描述:{{ project.description }}</view>
|
||||
</view>
|
||||
<view class="nav">
|
||||
<view
|
||||
@@ -37,25 +37,25 @@
|
||||
:status="store.status"
|
||||
></uni-load-more>
|
||||
</view>
|
||||
<!-- <view style="padding: 0 20rpx" v-show="navMenuActive == 1">-->
|
||||
<!-- <uni-list>-->
|
||||
<!-- <uni-list-item-->
|
||||
<!-- title="张三"-->
|
||||
<!-- note="2023-02-10 14:55"-->
|
||||
<!-- thumb="/static/head.png"-->
|
||||
<!-- thumb-size="lg"-->
|
||||
<!-- >-->
|
||||
<!-- </uni-list-item>-->
|
||||
<!-- <uni-list-item-->
|
||||
<!-- title="李四"-->
|
||||
<!-- note="2023-02-10 14:55"-->
|
||||
<!-- thumb="/static/head.png"-->
|
||||
<!-- thumb-size="lg"-->
|
||||
<!-- >-->
|
||||
<!-- </uni-list-item>-->
|
||||
<!-- </uni-list>-->
|
||||
<!-- </view>-->
|
||||
<view style="padding: 0 20rpx" v-show="navMenuActive == 1">
|
||||
<uni-list>
|
||||
<uni-list-item
|
||||
title="张三"
|
||||
note="2023-02-10 14:55"
|
||||
thumb="/static/head.png"
|
||||
thumb-size="lg"
|
||||
>
|
||||
</uni-list-item>
|
||||
<uni-list-item
|
||||
title="李四"
|
||||
note="2023-02-10 14:55"
|
||||
thumb="/static/head.png"
|
||||
thumb-size="lg"
|
||||
>
|
||||
</uni-list-item>
|
||||
</uni-list>
|
||||
</view>
|
||||
<view style="padding: 0 20rpx" v-show="navMenuActive == 2">
|
||||
<!-- <image
|
||||
class="gplot gplot-box"
|
||||
mode="aspectFill"
|
||||
@@ -108,9 +108,9 @@ export default {
|
||||
{
|
||||
text: '设备',
|
||||
},
|
||||
{
|
||||
text: '用户',
|
||||
},
|
||||
// {
|
||||
// text: '用户',
|
||||
// },
|
||||
{
|
||||
text: '拓扑图',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user