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