s-auth-modal.vue 10 KB

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