This commit is contained in:
duan
2025-03-11 16:48:36 +08:00
16 changed files with 506 additions and 126 deletions

View File

@@ -42,9 +42,9 @@
import {
productStore
} from '@/stores/user.js';
const shopExtend = uni.cache.get('shopTable').shopExtendMap
const shopExtend = uni.cache.get('shopUserInfo')? uni.cache.get('shopUserInfo').shopExtendList[0] : ''
const scanCodehandle = async (i) => {
console.log(11)
const store = productStore();
await store.scanCodeactions()
}