| | |
| | | <img src="/static/i06.png" class="more" alt="" style="width: 46rpx;height: 46rpx;"/> |
| | | </view> |
| | | <view class="btnbox"> |
| | | <img src="/static/i01.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/> |
| | | <img src="/static/i02.png" class="more" alt="" @click="goMyCompany('02')"/> |
| | | <img src="/static/i03.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/> |
| | | <img src="/static/i04.png" class="more" alt="" @click="goMyCompany('00')"/> |
| | | <image mode="widthFix" src="/static/i01.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/> |
| | | <image mode="widthFix" src="/static/i02.png" class="more" alt="" @click="goMyCompany('02')"/> |
| | | <image mode="widthFix" src="/static/i03.png" class="more" alt="" style="margin-right: 18rpx;" @click="goMyCompany('01')"/> |
| | | <image mode="widthFix" src="/static/i04.png" class="more" alt="" @click="goMyCompany('00')"/> |
| | | <!-- <u-button @click="goMyCompany('01')">我是执法人员</u-button> |
| | | <u-button @click="goMyCompany('02')">我是企业</u-button> |
| | | <u-button @click="goMyCompany('00')">运营管理</u-button> --> |
| | | </view> |
| | | <view class="login-news" @click="goLogin"> |
| | | <image src="/static/index-1.png" mode="widthFix" @click="goLogin"></image> |
| | | </view> |
| | | <view class="msgbox"> |
| | | <view class="tit"> |
| | |
| | | uni.navigateTo({ |
| | | url: `/pages/companyLogin/companyLogin?code=${item}` |
| | | }) |
| | | }, |
| | | goLogin() { |
| | | uni.scanCode({ |
| | | success: (val) =>{ |
| | | uni.navigateTo({ |
| | | url: `/pages/visitiorRegis/visitiorRegis?value=${val.result}` |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }; |
| | |
| | | margin-top: 110rpx; |
| | | margin-left: 32rpx; |
| | | margin-right: 32rpx; |
| | | img{ |
| | | image{ |
| | | width: 334rpx; |
| | | height: 208rpx; |
| | | } |
| | |
| | | width: 100%; |
| | | height: 518rpx; |
| | | } |
| | | .login-news{ |
| | | margin: 20rpx 32rpx; |
| | | image{ |
| | | width: 100%; |
| | | } |
| | | } |
| | | </style> |