Explorar el Código

uplooad

dev_YWQ
HolyKnightIX hace 1 año
padre
commit
e746ebbdcf
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +3
    -0
      README.md
  2. +3
    -1
      src/pages/login/index.vue

+ 3
- 0
README.md Ver fichero

@@ -1,11 +1,14 @@
# Suimang-wxapp

# setStorageSync 键名

SN --设备识别码
token --token
UserId --扫码登录后获取的用户id
createTimes --用户剩余生成次数

在线地址:https://zhixiangtest.malls.iformall.com

wx-"appid": "",

git commit -m "feat: "


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

@@ -24,7 +24,9 @@ function toChooseStyle() {
//#region getImei
function Imei() {
try {
const IMEI = window.Android.getIMEI();
const IMEI = window.android.getIMEI();
// const IMEI = window.android.getSerial();
// const IMEI = window.android.getTestStr();
uni.showToast({
title: IMEI,
icon: "success",


Cargando…
Cancelar
Guardar