diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 2db6294..ed95043 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -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",