| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723 |
- <template><page-meta :root-font-size="fontSize+'px'"></page-meta>
- <home-base :show="false">
- <view class="div container">
- <view class="div common-header-wrap">
- <view :style="'height:'+navHeight+'px'"></view>
- <view class="common-header-holder"></view>
- <view class="common-header-fixed">
- <title-header />
- <uni-nav-bar title="登录" class="common-header" left-icon="back" @clickLeft="goBack()">
- <!-- <view v-if="config && (config.sms_register==1 || config.member_normal_register==1)" class="div common-btn btn"
- slot="right" @click="onSignup">注册</view> -->
- </uni-nav-bar>
- </view>
- </view>
- <view class="div main-content">
- <view class="div topList">
- <view class="div list">
- <view class="div item" v-for="(item, index) in items" :key="index" v-on:click="onClickItem(index)">
- <label class="title" v-bind:class="{
- active: index === currentIndex,
- normal: index !== currentIndex
- }">{{ getTitle(item) }}</label>
- </view>
- </view>
- </view>
- <view class="div top-wrapper">
- <flex-line class="input-wrapper" v-if="currentIndex === 0" :show-border="true">
- <input v-model="username" placeholder="用户名/邮箱/手机号" type="text" />
- </flex-line>
- <flex-line v-if="currentIndex !== 0" class="input-wrapper" :show-border="true">
- <input v-model="mobileusername" placeholder="请输入手机号"
- :attr="{oninput: 'if(value.length>11)value=value.slice(0,11)'}" type="text" />
- </flex-line>
- <!-- <flex-line v-if="currentIndex === 0 && config.captcha_status_login=='1'" class="input-wrapper"
- :show-border="true">
- <input v-model="pictureCode" placeholder="请输入图片验证码" maxlength="6" />
- <image mode="aspectFit" slot="right" @click="changePictureCode" :src="pictureCodeUrl" class="img countdown">
- </flex-line> -->
- <flex-line v-if="currentIndex !== 0" class="input-wrapper" :show-border="true">
- <input v-model="code" placeholder="请输入短信验证码" type="number"
- :attr="{ oninput: 'if(value.length>6)value=value.slice(0,6)' }" />
- <view slot="right" class="div common-btn send-btn" @click="sendVerifyCodeMobile">{{sendStateTextMobile}}
- </view>
- </flex-line>
- <flex-line v-if="currentIndex === 0" class="input-wrapper" :show-border="true">
- <input type="password" v-model="password" placeholder="请输入密码" />
- </flex-line>
- </view>
- <view class="div common-btn ds-button-large mt-10 mb-10" @click="signin">登录</view>
- <view class="div retrieve-wrapper" style="display: flex;justify-content: space-between;">
- <text class="span retrieve-item" @click="onRetrieve">忘记密码?</text>
- <text class="span retrieve-item" v-if="config && (config.sms_register==1 || config.member_normal_register==1)" @click="onSignup">立即注册</text>
- </view>
- </view>
- <view class="div bottom-wrapper" v-if="isShowWechat || isShowSina || isShowQQ">
- <view class="div auth-title-wrapper">
- <view class="div auth-line"></view>
- <label class="auth-title">第三方登录</label>
- <view class="div auth-line"></view>
- </view>
- <view class="div auth-bottom-wrapper">
- <view class="div auth-item" v-if="isShowWechat" @click="onWechat">
- <view class="div auth-item-icon">
- <image mode="aspectFit" class="img icon" src="../../../static/image/weixin.png" />
- </view>
- <label class="auth-title auth-item-title">微信</label>
- </view>
- <view class="div auth-item" v-if="isShowSina" @click="onSina">
- <view class="div auth-item-icon">
- <image mode="aspectFit" class="img icon" src="../../../static/image/weibo.png" />
- </view>
- <label class="auth-title auth-item-title">微博</label>
- </view>
- <view class="div auth-item" v-if="isShowQQ" @click="onTencent">
- <view class="div auth-item-icon">
- <image mode="aspectFit" class="img icon" src="../../../static/image/qq.png" />
- </view>
- <label class="auth-title auth-item-title">QQ</label>
- </view>
- </view>
- </view>
- </view>
- </home-base>
- </template>
- <script>
- import {getFontSize} from '@/util/common'
- import TitleHeader from '../../TitleHeader'
- import HomeBase from '../HomeBase'
- import { urlencode } from '@/util/common'
- import {
- login,
- wechatLogin,
- LoginByMobile,
- getThirdLogin,
- wechatcheck,
- wechatUser
- } from '../../../api/memberLogin'
- import {
- isWechat
- } from '../../../util/wechat'
- import {
- getSmsCaptcha,
- checkPictureCaptcha
- } from '../../../api/common'
- import {
- mapMutations,
- mapActions,
- mapState
- } from 'vuex'
- import flexLine from '../../flexLine'
- import {
- env
- } from '../../../static/config'
- export default {
- name: 'Login',
- data(){
- return {
- navHeight: 0,
- clear: 0,
- isTokenInvalid: 0,
- isFromInfoEdit: 0,
- isFromShare: 0,
- referrer: '',
- pictureCodeUrl: '',
- pictureCode: '',
- code: '',
- verifyCodeMobile: '',
- canSendMobile: true,
- timeIntervalMobile: false,
- sendStateTextMobile: '发送',
- mobileusername: '',
- username: '',
- password: '',
- currentIndex: 0,
- items: [{
- id: 1,
- title: '普通登录'
- }]
- }
- },
- components:{
- TitleHeader,
- HomeBase,
- flexLine
- },
- computed:{
- fontSize(){
- return getFontSize()
- },
- ...mapState({
- inviter_id: state => state.member.inviterId,
- config: state => state.config.config
- }),
- isShowWechat: function() {
- if(this.config && this.config.weixin_isuse == 1){
- // #ifdef H5
- if (isWechat()) {
- return true
- }
- return false
- // #endif
- // #ifndef H5
- return true
- // #endif
- }else{
- return false
- }
- },
- isShowSina: function() {
- // #ifdef H5
- if (!isWechat() && !this.uniapp && this.config && this.config.sina_isuse == 1) {
- return true
- }
- // #endif
- return false
- },
- isShowQQ: function() {
- // #ifdef H5
- if (!isWechat() && !this.uniapp && this.config && this.config.qq_isuse == 1) {
- return true
- }
- // #endif
- return false
- }
- },
- watch: {
- mobileusername(newVal, oldVal) {
- newVal = newVal.replace(/[^\d]/g, '')
- if (!newVal) {
- this.$nextTick(() => {
- this.mobileusername = newVal
- })
- }
- },
- },
- beforeDestroy: function() {
- clearInterval(this.timeIntervalMobile)
- },
- onLoad: function(option) {
- this.isTokenInvalid = option.isTokenInvalid
- this.isFromInfoEdit = option.isFromInfoEdit
- this.isFromShare = option.isFromShare
- this.clear = option.clear
- this.referrer = option.referrer
- uni.hideLoading()
- if(option.id){
- this.getThirdLogin(option.id)
- }
- if (this.clear) {
- this.memberLogout()
- }
- this.fetchConfig({}).then(
- res => {
- var config = res.result.config_list
- if (config.sms_login == 1) {
- this.items.push({
- id: 2,
- title: '手机登录'
- })
- }
- },
- error => {
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- }
- )
- },
- mounted(){
- // #ifdef MP-WEIXIN
- this.navHeight = uni.getMenuButtonBoundingClientRect().height
- // #endif
- let isTokenInvalid = this.isTokenInvalid
- if (isTokenInvalid) {
- uni.showToast({
- icon: 'none',
- title: '登录过期'
- })
- }
- // this.changePictureCode()
- },
- methods: {
- getThirdLogin(id){
- getThirdLogin(id).then(res => {
- let user_info = res.result.user_info
- let key = res.result.key
- if (user_info && key) {
- this.saveAuthInfo({
- token: key,
- info: user_info
- })
- this.goHome()
- }
- })
- },
- goBack() {
- let referrer
- var pages = getCurrentPages()
- var page = pages[pages.length - 2]
- if (page) {
- referrer = '/'+page.route
- }
- if (!referrer || (referrer.search('pages/member') != -1)) {
- uni.reLaunch({
- url: '/pages/home/index/Index'
- });
- }else{
- uni.navigateBack({
- delta: 1
- })
- }
- },
- ...mapMutations({
- saveAuthInfo: 'memberLogin',
- memberLogout: 'memberLogout'
- }),
- ...mapActions({
- fetchConfig: 'fetchConfig'
- }),
- changePictureCode() {
- this.pictureCodeUrl = env.API_HOST + '/Seccode/makecode?r=' + Math.random()
- },
- sendVerifyCodeMobile() {
- if (!this.mobileusername) {
- uni.showToast({
- icon: 'none',
- title: '请先输入手机号'
- })
- return
- }
- if (!this.canSendMobile) {
- return
- }
- getSmsCaptcha(2, this.mobileusername).then(res => {
- this.canSendMobile = false
- let second = 60
- uni.showToast({
- icon: 'none',
- title: res.message
- })
- let _this = this
- this.timeIntervalMobile = setInterval(function() {
- if (second <= 0) {
- _this.canSendMobile = true
- _this.sendStateTextMobile = '发送'
- clearInterval(_this.timeIntervalMobile)
- } else {
- _this.sendStateTextMobile = second + 's'
- }
- second--
- }, 1000)
- }).catch(function(error) {
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- })
- },
- getTitle(item) {
- return item ? item.title : ''
- },
- isShowLine(index) {
- return index === this.currentIndex
- },
- onClickItem(index) {
- if (this.currentIndex !== index) {
- this.currentIndex = index
- }
- },
- onTencent() {
- window.location.href = env.API_HOST + '/api/oa_qq'
- },
- onSina() {
- window.location.href = env.API_HOST + '/api/oa_sina'
- },
- signin() {
- if (this.currentIndex == 0) {
- let username = this.username
- let password = this.password
- if (username.length === 0) {
- uni.showToast({
- icon: 'none',
- title: '请输入用户名/邮箱/手机号'
- })
- return
- }
- // TODO: 用户名(为手机号或邮箱)校验
- if (password.length === 0) {
- uni.showToast({
- icon: 'none',
- title: '请输入密码'
- })
- return
- }
- if (password.length < 6) {
- uni.showToast({
- icon: 'none',
- title: '至少输入6位密码'
- })
- return
- }
- uni.showLoading({
- title: '加载中'
- })
- login(username, password, this.pictureCode).then(
- response => {
- uni.hideLoading()
- this.saveAuthInfo({
- token: response.result.token,
- info: response.result.info
- })
- this.goHome()
- },
- error => {
- uni.hideLoading()
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- }
- )
- } else {
- let mobileusername = this.mobileusername
- if (mobileusername.length != 11) {
- uni.showToast({
- icon: 'none',
- title: '请输入11位手机号'
- })
- return
- }
- uni.showLoading({
- title: '加载中'
- })
- LoginByMobile(mobileusername, this.code).then(
- response => {
- uni.hideLoading()
- this.saveAuthInfo({
- token: response.result.token,
- info: response.result.info
- })
- this.goHome()
- },
- error => {
- uni.hideLoading()
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- }
- )
- }
- },
- goHome() {
- let referrer = this.getReferrer()
- if (referrer) { // 返回之前的页面
- referrer = decodeURIComponent(referrer)
- uni.redirectTo({
- url: referrer
- })
- } else {
- uni.redirectTo({
- url: '/pages/member/index/Index'
- })
- }
- },
- getReferrer() {
- let referrer = this.referrer
- if (!referrer) {
- var pages = getCurrentPages()
- var page = pages[pages.length - 2]
- if (page) {
- referrer = '/'+page.route+(page.options?('?'+urlencode(page.options)):'')
- }
- }
- if (referrer && (referrer.search('memberlogin') != -1 || referrer.search('memberregister') != -1 || referrer
- .search('memberbind') != -1)) {
- referrer = '/pages/member/index/Index'
- }
- return referrer
- },
- onSignup() {
- uni.navigateTo({
- url: '/pages/home/memberregister/Register'
- })
- },
- onRetrieve() {
- uni.navigateTo({
- url: '/pages/home/memberforget/Forget'
- })
- },
- onWechat() {
- let referrer = this.getReferrer()
- if (referrer) { // 返回之前的页面
- referrer = decodeURIComponent(referrer)
- }
- // #ifdef H5
- let ref = encodeURIComponent(referrer)
- wechatLogin(ref?ref:'', this.inviter_id).then(res => {
- window.location.href = res.result
- }).catch(function(error) {
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- })
- // #endif
- // #ifndef H5
- var _this = this
- uni.login({
- provider: 'weixin',
- onlyAuthorize:true,
- success: function(res) {
- var from = ''
- // #ifdef APP-PLUS
- from = 'app'
- // #endif
- // #ifdef MP-WEIXIN
- from = 'miniprogram'
- // #endif
- wechatUser({code:res.code,from:from}).then(res=>{
- wechatcheck({
- inviter_id: _this.inviter_id,
- openid: res.result.openid,
- unionid: res.result.unionid,
- access_token: res.result.access_token,
- from: from,
- }).then(res => {
- if(res.result.has_user){
- _this.getThirdLogin(res.result.unionid)
- }else{
- uni.navigateTo({
- url: res.result.ret_url
- })
- }
- }).catch(error => {
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- })
- }).catch(error=>{
- uni.showToast({
- icon: 'none',
- title: error.message
- })
- })
-
- },
- fail: function(err) {
- uni.showToast({
- icon: 'loading',
- title: '登录失败'
- })
- }
- });
- // #endif
- }
- }
- }
- </script>
- <style scoped lang='scss'>
- .common-header {
- .btn {
- background: #000;
- color: #fff;
- box-shadow: 0px 2px 4px #d2d2d2;
- }
- }
- .ds-button-large {
- margin: 0 $pageSpace
- }
- .container {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: stretch;
- .main-content {
- background: #fff;
- padding: 1rem 0;
- }
- .countdown {
- min-width: 4rem;
- }
- .send-btn {
- border: 1px solid $primaryColor;
- color: $primaryColor;
- min-width: 2rem
- }
- .top-wrapper {
- .input-wrapper {
- display: flex;
- align-content: center;
- align-items: center;
- padding-left: 0.4rem;
- background-color: #fff;
- height: 2.2rem;
- .img {
- height: 1.75rem;
- width: auto;
- margin: 0;
- padding: 0;
- }
- input {
- flex: 1;
- font-size: $subFontSize;
- }
- }
- }
- }
- .retrieve-wrapper {
- margin: 0 $pageSpace;
- display: flex;
- flex-direction: row;
- font-size: $h2;
- color: $primaryColor
- }
- .bottom-wrapper {
- display: flex;
- flex: 1;
- flex-direction: column;
- justify-content: flex-end;
- align-items: stretch;
- }
- .auth-wrapper {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- height: 13rem;
- }
- .auth-title-wrapper {
- height: 1rem;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 2rem;
- margin-top: 1rem;
- }
- .auth-title {
- color: $descTextColor;
- font-size: $subFontSize;
- }
- .auth-line {
- display: flex;
- flex: 1;
- height: 1px;
- background-color: #eee;
- margin-left: 0.8rem;
- margin-right: 0.8rem;
- }
- .auth-item {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: center;
- }
- .auth-item-icon {
- width: 3rem;
- height: 3rem;
- border-radius: 50%;
- background: #fff;
- font-size: 3rem;
- box-shadow: 0px 4px 4px #e0e0e0;
- display: flex;
- justify-content: center;
- align-items: center;
- .icon {
- width: 60%;
- }
- }
- .auth-item-title {
- margin-top: 0.6rem;
- color: $formInputColor
- }
- .auth-bottom-wrapper {
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- align-items: center;
- margin-left: 0.75rem;
- margin-right: 0.75rem;
- margin-bottom: 1rem;
- }
- .topList {
- height: 2rem;
- padding: 1rem $pageSpace;
- .list {
- height: 100%;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-content: center;
- align-items: stretch;
- background-color: #fff;
- }
- .item {
- padding: 0 .5rem;
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .title {
- text-align: center;
- font-size: $h2;
- color: $formInputColor;
- }
- .active {
- color: $primaryColor;
- font-size: 1.1rem;
- }
- .normal {
- color: #404245;
- }
- }
- .top-wrapper {
- margin: 0 $pageSpace;
- }
- </style>
|