|
@@ -41,14 +41,15 @@
|
|
|
<!-- 最新消息 -->
|
|
<!-- 最新消息 -->
|
|
|
<view style="background-color: #f2f3f4" class="pb-1">
|
|
<view style="background-color: #f2f3f4" class="pb-1">
|
|
|
<view class="f-size-32 f-weight-bold py2 border-bottom main-color-text" style="padding-left: 15px">最新消息</view>
|
|
<view class="f-size-32 f-weight-bold py2 border-bottom main-color-text" style="padding-left: 15px">最新消息</view>
|
|
|
- <view class="mx3 my2 p3 bg-color-white" v-for="(item, index) in listData" :key="index" @tap="handleDetail(item)" style="border-radius: 16rpx">
|
|
|
|
|
|
|
+ <view class="mx3 my2 p3 bg-color-white" v-for="(item, index) in listData" :key="index" @tap="handleDetail(item)"
|
|
|
|
|
+ style="border-radius: 16rpx">
|
|
|
<view class="d-flex j-between">
|
|
<view class="d-flex j-between">
|
|
|
<view class="f-size-32 f-weight-bold main-color-text">{{
|
|
<view class="f-size-32 f-weight-bold main-color-text">{{
|
|
|
- typeDict[item.detailType]
|
|
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ typeDict[item.detailType]
|
|
|
|
|
+ }}</view>
|
|
|
<view class="f-size-26 text-color-b">{{
|
|
<view class="f-size-26 text-color-b">{{
|
|
|
- item.createdTime
|
|
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ item.createdTime
|
|
|
|
|
+ }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="f-size-28 text-color-3 f-weight-4 mt-2">
|
|
<view class="f-size-28 text-color-3 f-weight-4 mt-2">
|
|
|
<rich-text :nodes="item.content"></rich-text>
|
|
<rich-text :nodes="item.content"></rich-text>
|
|
@@ -120,7 +121,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="px3 py3 f-size-24 f-weight-bold text-color-6">请选择以下账号做为你的登录账号</view>
|
|
<view class="px3 py3 f-size-24 f-weight-bold text-color-6">请选择以下账号做为你的登录账号</view>
|
|
|
<view class="accounts">
|
|
<view class="accounts">
|
|
|
- <view class="account-item" v-for="item in accounts" :key="item" @click="handleSelectLogin(item)">{{item}}</view>
|
|
|
|
|
|
|
+ <view class="account-item" v-for="item in accounts" :key="item" @click="handleSelectLogin(item)">{{ item }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</u-popup>
|
|
</u-popup>
|
|
|
<u-tabbar :list="tabbar" :mid-button="true" active-color="#0082ff"></u-tabbar>
|
|
<u-tabbar :list="tabbar" :mid-button="true" active-color="#0082ff"></u-tabbar>
|
|
@@ -149,12 +150,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
cateList: [
|
|
cateList: [
|
|
|
- {
|
|
|
|
|
- logo: basePath + '/images/icon1.png',
|
|
|
|
|
- name: '设备扫码',
|
|
|
|
|
- url: '',
|
|
|
|
|
- type: 1
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // logo: basePath + '/images/icon1.png',
|
|
|
|
|
+ // name: '设备扫码',
|
|
|
|
|
+ // url: '',
|
|
|
|
|
+ // type: 1
|
|
|
|
|
+ // },
|
|
|
/* {
|
|
/* {
|
|
|
logo: basePath + '/images/icon2.png',
|
|
logo: basePath + '/images/icon2.png',
|
|
|
name: '点检管理',
|
|
name: '点检管理',
|
|
@@ -365,6 +366,7 @@ export default {
|
|
|
.uni-swiper-slides {
|
|
.uni-swiper-slides {
|
|
|
inset: 0px 0px !important;
|
|
inset: 0px 0px !important;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.cate {
|
|
.cate {
|
|
|
image {
|
|
image {
|
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
@@ -376,14 +378,17 @@ export default {
|
|
|
color: #595c68;
|
|
color: #595c68;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.hot-p {
|
|
.hot-p {
|
|
|
.bottom {
|
|
.bottom {
|
|
|
- & > view {
|
|
|
|
|
|
|
+ &>view {
|
|
|
width: 33%;
|
|
width: 33%;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.bottom-item {
|
|
.bottom-item {
|
|
|
border-radius: 15rpx;
|
|
border-radius: 15rpx;
|
|
|
width: 210rpx;
|
|
width: 210rpx;
|
|
|
|
|
+
|
|
|
.bottom-desc {
|
|
.bottom-desc {
|
|
|
border: 1rpx solid #fa5445;
|
|
border: 1rpx solid #fa5445;
|
|
|
width: 150rpx;
|
|
width: 150rpx;
|
|
@@ -416,6 +421,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.account-title {
|
|
.account-title {
|
|
|
padding: 30rpx;
|
|
padding: 30rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -423,11 +429,13 @@ export default {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.accounts {
|
|
.accounts {
|
|
|
padding: 40rpx;
|
|
padding: 40rpx;
|
|
|
height: 600rpx;
|
|
height: 600rpx;
|
|
|
line-height: 60rpx;
|
|
line-height: 60rpx;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
|
|
+
|
|
|
.account-item {
|
|
.account-item {
|
|
|
padding: 40rpx;
|
|
padding: 40rpx;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -436,11 +444,13 @@ export default {
|
|
|
border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
margin-bottom: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
|
|
|
+
|
|
|
&:hover {
|
|
&:hover {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
::v-deep .u-drawer-content {
|
|
::v-deep .u-drawer-content {
|
|
|
background: #eee !important;
|
|
background: #eee !important;
|
|
|
}
|
|
}
|