| | |
| | | <view class="login"> |
| | | <view class="logo">无人值守</view> |
| | | <!--用户名密码登录--> |
| | | <user-password :btnText="0" /> |
| | | <user-password :btnText="0" :userList="userList"/> |
| | | <!-- 微信openid登录 --> |
| | | <!-- #ifdef MP-WEIXIN --> |
| | | <view class="loginBtn"> |
| | |
| | | bindWxContent: '如果已拥有系统账号,可以直接跳转绑定微信页面', |
| | | appid: "", |
| | | secret: "", |
| | | userList:[] |
| | | }; |
| | | }, |
| | | components: { |
| | | userPassword |
| | | }, |
| | | onShow() { |
| | | this.userList=uni.getStorageSync('userList')?JSON.parse(uni.getStorageSync('userList')):[]; |
| | | }, |
| | | methods: { |
| | | ...mapMutations(['setUserTabbar', 'changeisLogin']), |
| | | getAppidAndSercet() { |