feat: 详情提交
This commit is contained in:
@ -84,8 +84,10 @@
|
||||
type = "storage";
|
||||
} else if (item.deviceType?.includes("basic") ) {
|
||||
type = "anything"
|
||||
} else {
|
||||
type = "pcs";
|
||||
}
|
||||
console.log(type)
|
||||
|
||||
if (type) {
|
||||
uni.setStorage({
|
||||
key: 'deviceName', //本地缓存中的指定的 key
|
||||
|
||||
Reference in New Issue
Block a user