Showing
2 changed files
with
8 additions
and
0 deletions
src/assets/images/weixin_logo_lg.jpeg
0 → 100644
13.7 KB
| ... | @@ -169,6 +169,13 @@ | ... | @@ -169,6 +169,13 @@ |
| 169 | <UserAgreement ref="userAgreementRef" /> | 169 | <UserAgreement ref="userAgreementRef" /> |
| 170 | </p> | 170 | </p> |
| 171 | </div> | 171 | </div> |
| 172 | + | ||
| 173 | + <div class="mt-6 flex justify-center items-center gap-4" style="flex-direction: column;"> | ||
| 174 | + <div class="text-sm font-medium text-gray-600">其他登录方式</div> | ||
| 175 | + <div> | ||
| 176 | + <img :src="weixinLogo" alt="微信登录" style="width: 40px; height: 40px; border-radius: 8px;"> | ||
| 177 | + </div> | ||
| 178 | + </div> | ||
| 172 | </FrostedGlass> | 179 | </FrostedGlass> |
| 173 | </div> | 180 | </div> |
| 174 | </div> | 181 | </div> |
| ... | @@ -185,6 +192,7 @@ import { smsAPI } from "@/api/common"; | ... | @@ -185,6 +192,7 @@ import { smsAPI } from "@/api/common"; |
| 185 | import { showToast } from "vant"; | 192 | import { showToast } from "vant"; |
| 186 | import UserAgreement from "@/components/ui/UserAgreement.vue"; | 193 | import UserAgreement from "@/components/ui/UserAgreement.vue"; |
| 187 | import { setAuthHeaders } from "@/utils/axios"; | 194 | import { setAuthHeaders } from "@/utils/axios"; |
| 195 | +import weixinLogo from '@/assets/images/weixin_logo_lg.jpeg' | ||
| 188 | 196 | ||
| 189 | const userAgreementRef = ref(null); | 197 | const userAgreementRef = ref(null); |
| 190 | 198 | ... | ... |
-
Please register or login to post a comment