新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -96,7 +96,7 @@
|
||||
|
||||
<script setup>
|
||||
|
||||
import { computed, ref, unref } from 'vue'
|
||||
import { computed } from 'vue'
|
||||
import { getProductList } from '@/api/product'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
import { usePage } from '@/hooks'
|
||||
@ -114,9 +114,6 @@ onLoad(async (option) => {
|
||||
await refresh()
|
||||
})
|
||||
|
||||
// const leftProductData = computed(() => (unref(dataList).filter((item, index) => index % 2 === 0)))
|
||||
//
|
||||
// const rightProductData = computed(() => (unref(dataList).filter((item, index) => index % 2 !== 0)))
|
||||
const colList = computed(() => [
|
||||
{
|
||||
name: 'all',
|
||||
@ -124,15 +121,6 @@ const colList = computed(() => [
|
||||
}
|
||||
])
|
||||
|
||||
const onClickLeft = () => {
|
||||
|
||||
}
|
||||
|
||||
const onCancel = () => {
|
||||
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
Reference in New Issue
Block a user