Browse Source

开关问题 2024/8/8

pull/1/head
王志国 3 months ago
parent
commit
fa45e596da
  1. 4
      src/common/basic.js

4
src/common/basic.js

@ -343,9 +343,7 @@ export function getInspectReasonList(value) {
export function getSwitchInfoByCode(code) {
var isCheck = false
var resultInfo = ""
if (switchList.length == 0) {
switchList = uni.getStorageSync("switch")
}
switchList = uni.getStorageSync("switch")
for (let item of switchList) {
if (item.code == code) {

Loading…
Cancel
Save