This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Screen
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upload
dev_YWQ
HolyKnightIX
1 year ago
parent
bd52194eba
commit
36693c7515
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/login/index.vue
+ 1
- 1
src/pages/login/index.vue
View File
@@ -24,7 +24,7 @@ function toChooseStyle() {
//#region getImei
function Imei() {
try {
const IMEI = getIMEI();
const IMEI =
window.Android.
getIMEI();
uni.showToast({
title: IMEI,
icon: "success",
Write
Preview
Loading…
Cancel
Save