优化会员,商品,下单
This commit is contained in:
@@ -42,9 +42,8 @@
|
||||
import {
|
||||
productStore
|
||||
} from '@/stores/user.js';
|
||||
const shopExtend = uni.cache.get('shopUserInfo')? uni.cache.get('shopUserInfo').shopExtendList[0] : ''
|
||||
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()
|
||||
}
|
||||
@@ -64,8 +63,7 @@
|
||||
}
|
||||
return null;
|
||||
}
|
||||
onMounted(() => {
|
||||
})
|
||||
onMounted(() => {})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user