Explorar el Código

upload

dev_YWQ
HolyKnightIX hace 1 año
padre
commit
36693c7515
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/login/index.vue

+ 1
- 1
src/pages/login/index.vue Ver fichero

@@ -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",


Cargando…
Cancelar
Guardar