|
@@ -48,7 +48,13 @@
|
|
|
|
|
|
|
|
|
</view>
|
|
|
- <u-icon name="arrow-right" size="24" color="#BBBBBB" ></u-icon>
|
|
|
+ <view class="openId":class="{
|
|
|
+ openIdOk:item.openId
|
|
|
+ }">
|
|
|
+ {{item.openId?'已登录':'未登录'}}
|
|
|
+ <u-icon name="arrow-right" size="24" color="#BBBBBB" ></u-icon>
|
|
|
+
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
|
|
@@ -197,7 +203,15 @@ background-color: rgba(255,255,255,1);
|
|
|
height: 72rpx;
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ .openId{
|
|
|
+ display: flex;
|
|
|
+ white-space: pre;
|
|
|
+ align-items: center;
|
|
|
+ color: red;
|
|
|
+ }
|
|
|
+ .openIdOk{
|
|
|
+ color: #19be6b;
|
|
|
+ }
|
|
|
.body {
|
|
|
margin: 0 12rpx;
|
|
|
width: 100%;
|
|
@@ -325,7 +339,7 @@ background-color: rgba(255,255,255,1);
|
|
|
}
|
|
|
.tag{
|
|
|
border-radius: 2pt;
|
|
|
- background-color: #19be6b;
|
|
|
+ background-color: #8bc34a;
|
|
|
color: rgba(255,255,255,1);
|
|
|
font-size: 24rpx;
|
|
|
line-height: 24rpx;
|
|
@@ -333,10 +347,23 @@ background-color: rgba(255,255,255,1);
|
|
|
margin-left: 8rpx;
|
|
|
|
|
|
}
|
|
|
+ .role0{
|
|
|
+ background-color: #FFC107;
|
|
|
+ }
|
|
|
.role1{
|
|
|
background-color: rgba(22,119,255,1);
|
|
|
}
|
|
|
.role2{
|
|
|
-
|
|
|
+ background-color: #19be6b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .role3{
|
|
|
+ background-color: #9E9E9E;
|
|
|
+ }
|
|
|
+ .role4{
|
|
|
+ background-color: #9C27B0;
|
|
|
+ }
|
|
|
+ .role5{
|
|
|
+ background-color: #8BC34A;
|
|
|
}
|
|
|
</style>
|