ソースを参照

upload

dev_YWQ
HolyKnightIX 1年前
コミット
36693c7515
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/login/index.vue

+ 1
- 1
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",


読み込み中…
キャンセル
保存