소스 검색

uplooad

dev_YWQ
HolyKnightIX 1 년 전
부모
커밋
e746ebbdcf
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -0
      README.md
  2. +3
    -1
      src/pages/login/index.vue

+ 3
- 0
README.md 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장