login.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <template>
  2. <view class="app-login-page">
  3. <view class="app-login">
  4. <view class="app-icon mb-30">
  5. <image src="/static/images/login-icon.png" mode="aspectFit" style="height: 40px;"></image>
  6. </view>
  7. <view class="app-title mb-30">
  8. 欢迎使用会员中心系统小程序
  9. </view>
  10. <view class="mb-30 login-form">
  11. <view class="loginType">
  12. <text :class="[loginType=='phone'? 'loginType-text-active': 'loginType-text']"
  13. @click="loginType = 'phone'">手机登录</text>
  14. <text :class="[loginType=='username'? 'loginType-text-active': 'loginType-text']"
  15. @click="loginType = 'username'">账号登录</text>
  16. </view>
  17. <view class="phone-form" v-if="loginType=='phone'">、
  18. <view class="form-item">
  19. <u-input height="80" placeholder="请输入手机号" border-color="#d0d0d0" v-model="phoneForm.shoujihao"
  20. :border="true" class="form-item-input" type="number" @confirm="phoneLoginHandle" />
  21. </view>
  22. <view class="form-item">
  23. <u-input height="80" placeholder="请输入验证码" border-color="#d0d0d0" v-model="phoneForm.yanzhengma"
  24. :border="true" class="form-item-input" @confirm="phoneLoginHandle" />
  25. <text class="form-item-text" @click="getCode">{{tips}}</text>
  26. <!-- <text class="form-item-text" v-if="!isCounting" @click="requestVerificationCode">
  27. 发送验证码</text>
  28. <text class="form-item-text" v-else>
  29. {{ `发送验证码(${countdown})` }}</text> -->
  30. </view>
  31. <view class="form-button" @click="phoneLoginHandle">
  32. 立即登录
  33. </view>
  34. </view>
  35. <view class="phone-form" v-if="loginType=='username'">、
  36. <view class="form-item">
  37. <u-input height="80" placeholder="请输入账号" border-color="#d0d0d0" v-model="usernameForm.zhanghao"
  38. :border="true" class="form-item-input" @confirm="usenameLoginHandle" />
  39. </view>
  40. <view class="form-item">
  41. <u-input height="80" placeholder="请输入密码" border-color="#d0d0d0" v-model="usernameForm.mima"
  42. :border="true" class="form-item-input" @confirm="usenameLoginHandle" />
  43. </view>
  44. <view class="form-button" @click="usenameLoginHandle">
  45. 立即登录
  46. </view>
  47. </view>
  48. <view class="risgiter-forget">
  49. <view @click="toPage('/pages/forget/forget')">忘记密码?</view>
  50. <view @click="toPage('/pages/register/register')">无账号?<text class="text-red">立即注册</text></view>
  51. </view>
  52. </view>
  53. <view class="app-user-book mb-30">
  54. <u-checkbox-group style="display: flex;justify-content: center;">
  55. <u-checkbox v-model="userBook" name="yes" shape="circle">我已阅读&#x300A;用户手册&#x300B;及隐私政策</u-checkbox>
  56. </u-checkbox-group>
  57. </view>
  58. <u-divider bg-color="transparent" margin-bottom="30" color="#010101" border-color="#010101"
  59. half-width="200">使用第三方账号登录</u-divider>
  60. <view class="app-icon mb-30">
  61. <u-button v-if="canIUseGetUserProfile" @click="getUserProfile" class="custom-button"
  62. style="width: 40px;" plain :hair-line="false">
  63. <image src="/static/images/weixin.png" mode="aspectFit" style="width: 40px;height: 40px;" />
  64. </u-button>
  65. <u-button v-else open-type="getPhoneNumber" @getuserinfo="decryptPhoneNumber" class="custom-button"
  66. style="width: 40px;" plain :hair-line="false">
  67. <image src="/static/images/weixin.png" mode="aspectFit" style="width: 40px;height: 40px;" />
  68. </u-button>
  69. <!-- <image src="/static/images/weixin.png" mode="aspectFit" style="height: 40px;"></image> -->
  70. </view>
  71. </view>
  72. <u-verification-code :seconds="seconds" ref="uCode1" @change="codeChange"></u-verification-code>
  73. <u-popup v-model="show" mode="center" border-radius="10">
  74. <view class="popup">
  75. <text class="popup-title">请输入验证码</text>
  76. <view class="popup-content">
  77. <u-input height="80" placeholder="请输入验证码" border-color="#d0d0d0"
  78. v-model="shuzijiaoduimaForm.shuzijiaoduima" :border="true" class="form-item-input"
  79. style="flex-grow: 1;" @confirm="submitCode" />
  80. <image :src="shuzijiaoduimaSrc" mode="aspectFit"
  81. style="height:40px;margin-left:20rpx;width: 180rpx;flex: 0 0 auto;"></image>
  82. </view>
  83. <view class="popup-btn">
  84. <u-button type="primary" @click="submitCode" style="width: 48%;flex: 0 0 auto;">提交</u-button>
  85. <u-button type="default" @click="closePopup" style="width: 48%;flex: 0 0 auto;">取消</u-button>
  86. </view>
  87. </view>
  88. </u-popup>
  89. <u-modal v-model="userBookModal" mask-close-able class="modal" show-cancel-button
  90. :title-style="{fontWeight: 'bold'}" @confirm="confirmModal">
  91. <view class="modal-content">
  92. 为了更好地保障你的合法权益,进行下一步前,请阅读并同意
  93. <text class="content-a">&#x300A;用户手册&#x300B;及隐私政策</text>
  94. </view>
  95. </u-modal>
  96. </view>
  97. </template>
  98. <script>
  99. import {
  100. usernameLogin
  101. } from "@/api/user.js"
  102. import {
  103. msg
  104. } from "@/utils/common.js"
  105. import {
  106. useAuthStore
  107. } from '@/store/authStore'
  108. export default {
  109. data() {
  110. return {
  111. canIUseGetUserProfile: false,
  112. loginCode: '',
  113. userBookModal: false,
  114. // ----验证码 start -----
  115. shuzijiaoduimaForm: {
  116. shuzijiaoduima: '',
  117. shuzijiaoduimaUuid: ''
  118. },
  119. shuzijiaoduimaSrc: 'https://imgconvert.csdnimg.cn/aHR0cDovL3RjLnhpYW55dWNvZGVyLmNuL2Jsb2cyMDIwMDEwNDIwMzUwNy5wbmc?x-oss-process=image/format,png',
  120. show: false,
  121. tips: '',
  122. seconds: 60,
  123. // ----验证码 end -----
  124. loginType: "phone",
  125. phoneForm: {
  126. shoujihao: '15312341234',
  127. yanzhengma: '123456',
  128. yanzhengmaUuid: ''
  129. },
  130. usernameForm: {
  131. zhanghao: 'zhangsan',
  132. mima: "12345678"
  133. },
  134. userBook: false,
  135. }
  136. },
  137. methods: {
  138. // 检查用户手册是否勾选
  139. checkUserBook() {
  140. if (!this.userBook) {
  141. this.userBookModal = true
  142. return false;
  143. }
  144. return true
  145. },
  146. // 用户手册模拟态确认勾选
  147. confirmModal() {
  148. this.userBook = true;
  149. const loginTypeHandler = {
  150. phone: this.phoneLoginHandle,
  151. username: this.usenameLoginHandle
  152. };
  153. // 调用相应的登录处理函数
  154. (loginTypeHandler[this.loginType] || (() => {})).call(this);
  155. },
  156. // 手机登录
  157. async phoneLoginHandle() {
  158. const {
  159. shoujihao,
  160. yanzhengma
  161. } = this.phoneForm;
  162. // 手机号正则验证
  163. if (!/^1[3-9]\d{9}$/.test(shoujihao)) {
  164. msg("请输入正确的手机号");
  165. return;
  166. }
  167. // 验证码存在性检查
  168. if (!yanzhengma) {
  169. msg("请输入验证码");
  170. return;
  171. }
  172. let checkUserBook = await this.checkUserBook()
  173. if (!this.checkUserBook()) return;
  174. console.log(this.phoneForm)
  175. // 联调
  176. // 1.登录 发送请求
  177. // 2.保存 token
  178. // 3.获取个人信息,保存个人新
  179. this.useAuthStore.setAuthToken("test")
  180. uni.setStorageSync("userinfo", {
  181. userId:"2121"
  182. })
  183. uni.switchTab({
  184. url: "/pages/index/index"
  185. })
  186. },
  187. // 账号登录
  188. async usenameLoginHandle() {
  189. if (!this.usernameForm.zhanghao) {
  190. msg("请输入账号")
  191. return;
  192. }
  193. if (!this.usernameForm.mima) {
  194. msg("请输入密码")
  195. return;
  196. }
  197. // usernameLogin(this.usernameForm).then(res=>{
  198. // console.log(res,45699)
  199. // })
  200. let checkUserBook = await this.checkUserBook()
  201. if (!this.checkUserBook()) return;
  202. console.log(this.usernameForm)
  203. // 联调
  204. // 1.登录 发送请求
  205. // 2.保存 token
  206. // 3.获取个人信息,保存个人新
  207. this.useAuthStore.setAuthToken("test")
  208. uni.setStorageSync("userinfo", {
  209. userId:"2121",
  210. isMember: true
  211. })
  212. uni.switchTab({
  213. url: "/pages/index/index"
  214. })
  215. },
  216. toPage(url) {
  217. uni.navigateTo({
  218. url: url
  219. })
  220. },
  221. // --------验证码 start---------
  222. codeChange(text) {
  223. this.tips = text;
  224. },
  225. getCode() {
  226. let {
  227. shoujihao
  228. } = this.phoneForm
  229. if (!/^1[3-9]\d{9}$/.test(shoujihao)) {
  230. msg("请输入正确的手机号");
  231. return;
  232. }
  233. if (this.$refs.uCode1.canGetCode) {
  234. this.showPopup()
  235. } else {
  236. msg('倒计时结束后再发送');
  237. }
  238. },
  239. end() {
  240. msg('倒计时结束');
  241. },
  242. start() {
  243. msg('倒计时开始');
  244. },
  245. showPopup() {
  246. // 模拟向后端请求验证码
  247. // 1.获取数字校验码图片
  248. // 2.显示弹窗
  249. uni.showLoading({
  250. title: '正在获取图片'
  251. })
  252. setTimeout(() => {
  253. uni.hideLoading();
  254. msg('获取成功');
  255. // 显示模拟态,把获取过来的数字校对码的uuid赋给 shuzijiaoduimaForm.shuzijiaoduimaUuid
  256. this.show = true;
  257. }, 1500);
  258. // 联调
  259. // this.loadImage()
  260. // this.show = true;
  261. },
  262. closePopup() {
  263. this.show = false;
  264. this.shuzijiaoduimaForm.shuzijiaoduima = ''; // 清空输入框
  265. },
  266. async submitCode() {
  267. if (this.shuzijiaoduimaForm.shuzijiaoduima.length !== 6) {
  268. uni.showToast({
  269. title: '请输入6位验证码',
  270. icon: 'none'
  271. });
  272. return;
  273. }
  274. // 联调 检验是否正确
  275. // const checkRes = await checkShuzijiaoduima();
  276. // if(!checkRes){
  277. // uni.showToast({
  278. // title: '验证码输入错误',
  279. // icon: 'none'
  280. // });
  281. // return;
  282. // }
  283. // // 发送手机验证码
  284. // const codeRes = await getCodeApi();
  285. // if(codeRes && codeRes.yanzhengmaUuid){
  286. // this.phoneForm.yanzhengmaUuid = codeRes.yanzhengmaUuid
  287. // this.closePopup();
  288. // this.$refs.uCode1.start()
  289. // }
  290. uni.showLoading({
  291. title: '正在校验验证码'
  292. })
  293. setTimeout(() => {
  294. uni.hideLoading();
  295. msg('填写正确');
  296. this.closePopup();
  297. this.$refs.uCode1.start()
  298. }, 1500);
  299. },
  300. // 加载验证码图片
  301. async loadImage() {
  302. // 联调
  303. // const img = await loadShuzijiaoduima();
  304. // this.shuzijiaoduimaForm.shuzijiaoduimaUuid = img.shuzijiaoduimaUuid
  305. // this.shuzijiaoduimaSrc = img.shuzijiaoduimaSrc
  306. console.log("加载图片")
  307. },
  308. // --------验证码 end---------
  309. handleWxLogin() {
  310. console.log("weixindenglu")
  311. },
  312. decryptPhoneNumber(e) {
  313. console.log(e, 123456)
  314. },
  315. getUserProfile() {
  316. this.toPage("/pages/wxLogin/wxLogin")
  317. // 用户微信登录
  318. // let that = this;
  319. // 推荐使用uni.getUserProfile获取用户信息,开发者每次通过该接口获取用户个人信息均需用户确认
  320. // 开发者妥善保管用户快速填写的头像昵称,避免重复弹窗
  321. // uni.getUserProfile({
  322. // desc: '用于完善会员资料', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写
  323. // success: (resp) => {
  324. // //登录远程服务器
  325. // console.log(resp)
  326. // if (that.loginCode) {
  327. // //登录远程服务器
  328. // console.log("登录远程服务器")
  329. // // that.loginByWeixin(resp)
  330. // } else {
  331. // uni.login({
  332. // success: function(resp) {
  333. // if (resp.code) {
  334. // that.code = resp.code
  335. // console.log(resp)
  336. // // that.loginByWeixin(resp)
  337. // }
  338. // }
  339. // });
  340. // }
  341. // }
  342. // })
  343. }
  344. },
  345. // 在组件销毁时清理定时器
  346. beforeDestroy() {
  347. // 在组件销毁时清理定时器
  348. },
  349. computed: {
  350. useAuthStore() {
  351. return useAuthStore(); // 获取 store 实例
  352. }
  353. },
  354. onLoad() {
  355. const that = this;
  356. if (uni.getUserProfile) {
  357. that.canIUseGetUserProfile = true
  358. }
  359. console.log(that.canIUseGetUserProfile, 456)
  360. }
  361. }
  362. </script>
  363. <style lang="scss">
  364. .form-item .u-input--border {
  365. border-radius: 16rpx !important;
  366. }
  367. .custom-button {
  368. .u-btn {
  369. display: block !important;
  370. width: fit-content;
  371. padding: 0 !important;
  372. border-radius: 50rpx;
  373. }
  374. }
  375. </style>
  376. <style lang="scss" scoped>
  377. .app-login-page {
  378. background-color: #f7f7f7;
  379. width: 100vw;
  380. height: 100vh;
  381. display: flex;
  382. justify-content: center;
  383. align-items: center;
  384. }
  385. .app-login {
  386. width: 90%;
  387. }
  388. .app-icon {
  389. text-align: center;
  390. }
  391. .app-title {
  392. text-align: center;
  393. font-size: 44rpx;
  394. letter-spacing: 2px;
  395. font-weight: 700;
  396. }
  397. .mb-30 {
  398. margin-bottom: 30rpx;
  399. }
  400. .text-red {
  401. color: #df0505;
  402. }
  403. .login-form {
  404. background-color: #ffffff;
  405. width: 100%;
  406. padding: 50rpx 40rpx;
  407. border-radius: 15rpx;
  408. box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  409. border: 1px solid #036df6;
  410. }
  411. .loginType {
  412. color: #000000;
  413. margin-bottom: 15rpx;
  414. .loginType-text {
  415. font-size: 30rpx;
  416. margin-right: 30rpx;
  417. }
  418. .loginType-text-active {
  419. font-size: 40rpx;
  420. margin-right: 30rpx;
  421. }
  422. }
  423. .form-item {
  424. display: flex;
  425. align-items: center;
  426. margin-bottom: 60rpx;
  427. .form-item-input {
  428. width: 100%;
  429. background-color: #f7f7f7 !important;
  430. }
  431. .form-item-text {
  432. width: 200rpx;
  433. flex: 0 0 auto;
  434. text-align: center;
  435. color: #000000;
  436. // margin: 0 20px;
  437. }
  438. }
  439. .form-button {
  440. background: linear-gradient(90deg, #006af5, #21b0fc);
  441. border-radius: 20rpx;
  442. line-height: 80rpx;
  443. text-align: center;
  444. color: #fff;
  445. margin-bottom: 50rpx;
  446. }
  447. .risgiter-forget {
  448. font-size: 30rpx;
  449. display: flex;
  450. justify-content: space-between;
  451. }
  452. // 数字验证码
  453. .popup {
  454. padding: 40rpx;
  455. border-radius: 20rpx;
  456. .popup-title {
  457. font-size: 18px;
  458. text-align: center;
  459. display: inline-block;
  460. width: 100%;
  461. // margin-bottom: 15px;
  462. }
  463. .popup-content {
  464. display: flex;
  465. align-items: center;
  466. margin: 50rpx 0;
  467. }
  468. .popup-btn {
  469. display: flex;
  470. justify-content: space-between;
  471. }
  472. }
  473. // 用户手册模拟态
  474. .modal {
  475. .modal-content {
  476. padding: 50rpx;
  477. .content-a {
  478. color: #2979ff;
  479. }
  480. }
  481. }
  482. </style>