| @@ -1,11 +1,14 @@ | |||||
| # Suimang-wxapp | # Suimang-wxapp | ||||
| # setStorageSync 键名 | # setStorageSync 键名 | ||||
| SN --设备识别码 | SN --设备识别码 | ||||
| token --token | token --token | ||||
| UserId --扫码登录后获取的用户id | UserId --扫码登录后获取的用户id | ||||
| createTimes --用户剩余生成次数 | createTimes --用户剩余生成次数 | ||||
| 在线地址:https://zhixiangtest.malls.iformall.com | |||||
| wx-"appid": "", | wx-"appid": "", | ||||
| git commit -m "feat: " | git commit -m "feat: " | ||||
| @@ -24,7 +24,9 @@ function toChooseStyle() { | |||||
| //#region getImei | //#region getImei | ||||
| function Imei() { | function Imei() { | ||||
| try { | try { | ||||
| const IMEI = window.Android.getIMEI(); | |||||
| const IMEI = window.android.getIMEI(); | |||||
| // const IMEI = window.android.getSerial(); | |||||
| // const IMEI = window.android.getTestStr(); | |||||
| uni.showToast({ | uni.showToast({ | ||||
| title: IMEI, | title: IMEI, | ||||
| icon: "success", | icon: "success", | ||||