|
@@ -26,6 +26,9 @@
|
|
|
// &:nth-child(1) {
|
|
|
// margin-top: 34rpx;
|
|
|
// }
|
|
|
+ &.checked {
|
|
|
+ background: rgba(61, 203, 204, 0.3);
|
|
|
+ }
|
|
|
.checked-icon {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
@@ -93,10 +96,10 @@
|
|
|
<template>
|
|
|
<div class="overflow-wrap" :style="{'background-image': 'url('+h5StaticPath+'/page-home/adminBack.png)'}">
|
|
|
<navigationbar :ntitle="'选择登录身份'"></navigationbar>
|
|
|
- <div class="bind-item" >
|
|
|
+ <div class="bind-item checked" >
|
|
|
<div class="tenant-name">{{ companyName }}</div>
|
|
|
<div class="tenant-identity">
|
|
|
- <div class="info">正式员工</div>
|
|
|
+ <div class="info">{{ userInfo.manageUserType==3?'行政管理员':'' }}</div>
|
|
|
<image class="logo-icon" src="{{h5StaticPath+'/page-bind-tenant/logo_icon.svg'}}"/>
|
|
|
</div>
|
|
|
<image class="checked-icon" src="{{h5StaticPath+'/page-bind-tenant/checked.svg'}}"/>
|
|
@@ -135,7 +138,8 @@ wepy.page({
|
|
|
},
|
|
|
methods: {
|
|
|
loginAdmin() {
|
|
|
- confirmLogin({ qrCodeId: this.qrCodeId })
|
|
|
+ //this.qrCodeId
|
|
|
+ confirmLogin({ qrCodeId: 'd3d390917bd34372a479ba5ff27fc453'})
|
|
|
.then((res) => {
|
|
|
if (res.result == 'success') {
|
|
|
wx.navigateTo({
|