Merge branch 'test' of https://e.coding.net/g-cphe0354/cashier/cashier_wx into dwb
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user