Browse Source

upload

dev_YWQ
HolyKnightIX 1 year ago
parent
commit
36693c7515
1 changed files with 1 additions and 1 deletions
  1. +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",


Loading…
Cancel
Save