|
|
@ -1,4 +1,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
|
|
|
<view class="statbar"> |
|
|
|
|
|
<view class="status_bar"></view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="u-p-l-50 u-p-r-50 u-p-t-30"> |
|
|
<view class="u-p-l-50 u-p-r-50 u-p-t-30"> |
|
|
<u-form :model="form" ref="phoneLoginForm" :error-type="['message']"> |
|
|
<u-form :model="form" ref="phoneLoginForm" :error-type="['message']"> |
|
|
<u-form-item label="手机号码" prop="phone" label-width="160"> |
|
|
<u-form-item label="手机号码" prop="phone" label-width="160"> |
|
|
@ -16,26 +20,26 @@ |
|
|
<u-button slot="right" size="mini" v-if="mixinInit.dataObj.showInterval">{{ mixinInit.dataObj.interval }}</u-button> |
|
|
<u-button slot="right" size="mini" v-if="mixinInit.dataObj.showInterval">{{ mixinInit.dataObj.interval }}</u-button> |
|
|
</u-form-item> |
|
|
</u-form-item> |
|
|
|
|
|
|
|
|
<view class="flex flex-nowrap"> |
|
|
<!-- <view class="flex flex-nowrap"> |
|
|
<view class="flex-sub"></view> |
|
|
<view class="flex-sub"></view> |
|
|
<view class="u-m-t-30 u-font-12 text-gray-400" @click="openPage('/pages/user/forgetPassword')">忘记密码</view> |
|
|
<view class="u-m-t-30 u-font-12 text-gray-400" @click="openPage('/pages/user/forgetPassword')">忘记密码</view> |
|
|
</view> |
|
|
</view> --> |
|
|
</u-form> |
|
|
</u-form> |
|
|
|
|
|
|
|
|
<view class="u-m-t-50"> |
|
|
<view class="u-m-t-50"> |
|
|
<u-button @click="submitLogin" type="primary">立即登录</u-button> |
|
|
<u-button @click="submitLogin" type="primary">立即登录</u-button> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="flex justify-between"> |
|
|
<!-- <view class="flex justify-between"> |
|
|
<view class="u-m-t-30" style="color: #2885ED;" @click="openPage('/pages/user/rigister')">新用户注册</view> |
|
|
<view class="u-m-t-30" style="color: #2885ED;" @click="openPage('/pages/user/rigister')">新用户注册</view> |
|
|
<view class="u-m-t-30" style="color: #2885ED;" @click="openPage('/pages/user/accountLogin')">用户名登录</view> |
|
|
<view class="u-m-t-30" style="color: #2885ED;" @click="openPage('/pages/user/accountLogin')">用户名登录</view> |
|
|
</view> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
<view style="margin-top: 200rpx;text-align: center; color: #999999;font-size: 35rpx;"> |
|
|
<view style="margin-top: 200rpx; text-align: center; color: #999999;font-size: 35rpx;"> |
|
|
快速登录 |
|
|
快速登录 |
|
|
</view> |
|
|
</view> |
|
|
<view style="text-align: center; margin-top: 20rpx;" @click="mixinInit.handleWxLogin"> |
|
|
<view style="text-align: center; margin-top: 20rpx;" @click="mixinInit.handleWxLogin"> |
|
|
<image src="/common/img/weixinIcon.png" mode="" style="width: 85rpx;height: 85rpx;"></image> |
|
|
<image src="../../static/weixinIcon.png" mode="" style="width: 85rpx;height: 85rpx;"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</template> |
|
|
</template> |
|
|
|