s-auth-modal.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <template>
  2. <!-- 规格弹窗 -->
  3. <su-popup :show="authType !== ''" round="10" :showClose="true" @close="closeAuthModal">
  4. <view class="login-wrap">
  5. <!-- 标题栏 -->
  6. <view class="head-box " v-if="['smsLogin', 'accountLogin','register'].includes(authType)">
  7. <view class="ss-flex ss-m-b-20">
  8. <view
  9. :class="[isActive=='smsLogin'?`head-title ss-m-r-40 head-title-animation`:`head-title-active ss-m-r-40`]"
  10. @tap="isActive='smsLogin';showAuthModal('smsLogin')">
  11. 短信登录
  12. </view>
  13. <view
  14. :class="[isActive=='accountLogin' ?`head-title head-title-line head-title-animation ss-m-r-40`:` ss-m-r-40 head-title-active head-title-line`]"
  15. @tap="isActive='accountLogin';showAuthModal('accountLogin','accountLogin')">
  16. 账号登录
  17. </view>
  18. <!-- v-if="linkId" -->
  19. <view
  20. :class="[isActive=='register' ?`head-title head-title-line head-title-animation`:`head-title-active head-title-line`]"
  21. @tap="isActive='register';showAuthModal('register','register')">
  22. 注册
  23. </view>
  24. </view>
  25. </view>
  26. <!-- 用户协议的勾选 -->
  27. <view v-if="[ 'smsLogin','accountLogin','register'].includes(authType)" class="agreement-box ss-flex ss-row-center"
  28. :class="{ shake: currentProtocol }">
  29. <label class="radio ss-flex ss-col-center" @tap="onChange">
  30. <radio :checked="state.protocol" color="var(--ui-BG-Main)" style="transform: scale(0.8)"
  31. @tap.stop="onChange" />
  32. <view class="agreement-text ss-flex ss-col-center ss-m-l-8">
  33. 我已阅读并遵守
  34. <view class="tcp-text" @tap.stop="onProtocol('用户协议')">
  35. 《用户协议》
  36. </view>
  37. <view class="agreement-text">与</view>
  38. <view class="tcp-text" @tap.stop="onProtocol('隐私协议')">
  39. 《隐私协议》
  40. </view>
  41. </view>
  42. </label>
  43. </view>
  44. <!-- 微信公众号授权登陆 在验证码登录 账号登录中显示-->
  45. <view v-if="['accountLogin', 'smsLogin'].includes(authType)"
  46. class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center">
  47. <view class="wx-login-btn " @tap="thirdLogin('wechat')" v-if=" ['WechatOfficialAccount', 'WechatMiniProgram', 'App'].includes(sheep.$platform.name) && sheep.$platform.isWechatInstalled
  48. ">
  49. <image class=" auto-login-img" :src="sheep.$url.static('/static/images/wechat.png')" />
  50. <text>微信授权登录</text>
  51. </view>
  52. </view>
  53. <!-- 微信公众号授权登陆 在账号注册中显示 -->
  54. <view v-if="['register'].includes(authType)"
  55. class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center">
  56. <view class="wx-login-btn " @tap="thirdRegister('wechat')" v-if=" ['WechatOfficialAccount', 'WechatMiniProgram', 'App'].includes(sheep.$platform.name) && sheep.$platform.isWechatInstalled
  57. ">
  58. <image class=" auto-login-img" :src="sheep.$url.static('/static/images/wechat.png')" />
  59. <text>微信授权注册</text>
  60. </view>
  61. </view>
  62. <!-- 1. 微信公众号授权登录 第一次登陆时弹窗绑定手机号 accountLogin -->
  63. <officialAccountFirstLogin v-if="authType === 'officialAccountFirstLogin'" :agreeStatus="state.protocol" @onConfirm="onConfirm" />
  64. <!-- 1. 账号密码登录 accountLogin -->
  65. <account-login v-if="authType === 'accountLogin'" :agreeStatus="state.protocol" @onConfirm="onConfirm" />
  66. <!-- 2. 短信登录 smsLogin -->
  67. <sms-login v-if="authType === 'smsLogin'" :agreeStatus="state.protocol" @onConfirm="onConfirm" />
  68. <!-- 注册 -->
  69. <register v-if="authType === 'register'" :agreeStatus="state.protocol" @onConfirm="onConfirm" />
  70. <!-- 3. 忘记密码 resetPassword-->
  71. <reset-password v-if="authType === 'resetPassword'" />
  72. <!-- 4. 绑定手机号 changeMobile -->
  73. <change-mobile v-if="authType === 'changeMobile'" />
  74. <!-- 5. 修改密码 changePassword-->
  75. <changePassword v-if="authType === 'changePassword'" />
  76. <!-- 6. 微信小程序授权 -->
  77. <mp-authorization v-if="authType === 'mpAuthorization'" />
  78. <!-- 7. 第三方登录 -->
  79. <view v-if="['accountLogin', 'smsLogin'].includes(authType)"
  80. class="auto-login-box ss-flex ss-flex-col ss-row-center ss-col-center">
  81. <!-- 7.1 微信小程序的快捷登录 -->
  82. <view v-if="sheep.$platform.name === 'WechatMiniProgram'" class="ss-flex register-box">
  83. <view class="register-title">还没有账号?</view>
  84. <button class="ss-reset-button login-btn" open-type="getPhoneNumber"
  85. @getphonenumber="getPhoneNumber">
  86. 快捷登录
  87. </button>
  88. <view class="circle" />
  89. </view>
  90. <!-- 7.2 微信的公众号、App、小程序的登录,基于 openid + code -->
  91. <!-- <button
  92. v-if="
  93. ['WechatOfficialAccount', 'WechatMiniProgram', 'App'].includes(sheep.$platform.name) &&
  94. sheep.$platform.isWechatInstalled
  95. "
  96. @tap="thirdLogin('wechat')"
  97. class="ss-reset-button auto-login-btn"
  98. >
  99. <image
  100. class="auto-login-img"
  101. :src="sheep.$url.static('/static/images/wechat.png')"
  102. />
  103. </button> -->
  104. <!-- 7.3 iOS 登录 TODO 非繁人:等后面搞 App 再弄 -->
  105. <button v-if="sheep.$platform.os === 'ios' && sheep.$platform.name === 'App'" @tap="thirdLogin('apple')"
  106. class="ss-reset-button auto-login-btn">
  107. <image class="auto-login-img" :src="sheep.$url.static('/static/images/apple.png')" />
  108. </button>
  109. </view>
  110. <view class="safe-box" />
  111. </view>
  112. </su-popup>
  113. </template>
  114. <script setup>
  115. import {
  116. computed,
  117. reactive,
  118. ref
  119. } from 'vue';
  120. import sheep from '@/sheep';
  121. import accountLogin from './components/account-login.vue';
  122. import smsLogin from './components/sms-login.vue';
  123. import register from './components/register.vue'
  124. import resetPassword from './components/reset-password.vue';
  125. import changeMobile from './components/change-mobile.vue';
  126. import changePassword from './components/change-password.vue';
  127. import mpAuthorization from './components/mp-authorization.vue';
  128. import officialAccountFirstLogin from './components/officialAccountFirstLogin'
  129. import {
  130. closeAuthModal,
  131. showAuthModal
  132. } from '@/sheep/hooks/useModal';
  133. const appInfo = computed(() => sheep.$store('app').info);
  134. const linkId = uni.getStorageSync("linkId");
  135. const modalStore = sheep.$store('modal');
  136. // 授权弹窗类型
  137. const authType = computed(() => modalStore.auth);
  138. const isActive = computed(() => modalStore.isActive)
  139. const state = reactive({
  140. protocol: false,
  141. });
  142. const currentProtocol = ref(false);
  143. // 勾选协议
  144. function onChange() {
  145. state.protocol = !state.protocol;
  146. }
  147. // 查看协议
  148. function onProtocol(title) {
  149. closeAuthModal();
  150. sheep.$router.go('/pages/public/richtext', {
  151. title,
  152. });
  153. }
  154. // 点击登录 / 注册事件
  155. function onConfirm(e) {
  156. currentProtocol.value = e;
  157. setTimeout(() => {
  158. currentProtocol.value = false;
  159. }, 1000);
  160. }
  161. // 第三方授权登陆(微信小程序、Apple)
  162. const thirdLogin = async (provider) => {
  163. if (!state.protocol) {
  164. currentProtocol.value = true;
  165. setTimeout(() => {
  166. currentProtocol.value = false;
  167. }, 1000);
  168. sheep.$helper.toast('请勾选同意');
  169. return;
  170. }
  171. const loginRes = await sheep.$platform.useProvider(provider).login();
  172. if (loginRes) {
  173. closeAuthModal();
  174. // 触发小程序授权信息弹框
  175. // #ifdef MP-WEIXIN
  176. showAuthModal('mpAuthorization');
  177. // #endif
  178. }
  179. };
  180. // 第三方授权注册
  181. const thirdRegister = async (provider) => {
  182. if (!state.protocol) {
  183. currentProtocol.value = true;
  184. setTimeout(() => {
  185. currentProtocol.value = false;
  186. }, 1000);
  187. sheep.$helper.toast('请勾选同意');
  188. return;
  189. }
  190. const linkId = uni.getStorageSync("linkId");
  191. if (!linkId) {
  192. sheep.$helper.toast('您只能通过分享注册');
  193. return false;
  194. }
  195. const loginRes = await sheep.$platform.useProvider(provider).register();
  196. if (loginRes) {
  197. closeAuthModal();
  198. // 触发小程序授权信息弹框
  199. // #ifdef MP-WEIXIN
  200. showAuthModal('mpAuthorization');
  201. // #endif
  202. }
  203. };
  204. // 微信小程序的“手机号快速验证”:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/getPhoneNumber.html
  205. const getPhoneNumber = async (e) => {
  206. if (e.detail.errMsg !== 'getPhoneNumber:ok') {
  207. sheep.$helper.toast('快捷登录失败');
  208. return;
  209. }
  210. let result = await sheep.$platform.useProvider().mobileLogin(e.detail);
  211. if (result) {
  212. closeAuthModal();
  213. }
  214. };
  215. </script>
  216. <style lang="scss" scoped>
  217. @import './index.scss';
  218. .shake {
  219. animation: shake 0.05s linear 4 alternate;
  220. }
  221. @keyframes shake {
  222. from {
  223. transform: translateX(-10rpx);
  224. }
  225. to {
  226. transform: translateX(10rpx);
  227. }
  228. }
  229. .register-box {
  230. position: relative;
  231. justify-content: center;
  232. .register-btn {
  233. color: #999999;
  234. font-size: 30rpx;
  235. font-weight: 500;
  236. }
  237. .register-title {
  238. color: #999999;
  239. font-size: 30rpx;
  240. font-weight: 400;
  241. margin-right: 24rpx;
  242. }
  243. .or-title {
  244. margin: 0 16rpx;
  245. color: #999999;
  246. font-size: 30rpx;
  247. font-weight: 400;
  248. }
  249. .login-btn {
  250. color: var(--ui-BG-Main);
  251. font-size: 30rpx;
  252. font-weight: 500;
  253. }
  254. .circle {
  255. position: absolute;
  256. right: 0rpx;
  257. top: 18rpx;
  258. width: 8rpx;
  259. height: 8rpx;
  260. border-radius: 8rpx;
  261. background: var(--ui-BG-Main);
  262. }
  263. }
  264. .safe-box {
  265. height: calc(constant(safe-area-inset-bottom) / 5 * 3);
  266. height: calc(env(safe-area-inset-bottom) / 5 * 3);
  267. }
  268. .tcp-text {
  269. color: var(--ui-BG-Main);
  270. }
  271. .agreement-text {
  272. color: $dark-9;
  273. }
  274. .wx-login-btn {
  275. width: 100%;
  276. border: 1rpx solid #55b774;
  277. border-radius: 10rpx;
  278. padding: 10rpx 0;
  279. color: #333333;
  280. display: flex;
  281. align-items: center;
  282. justify-content: center;
  283. font-size: 32rpx;
  284. margin: 0 0 0.625rem 0;
  285. box-sizing: border-box;
  286. text {
  287. margin-left: 20rpx
  288. }
  289. }
  290. .agreement-box {
  291. margin: 40rpx;
  292. }
  293. </style>