新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -41,7 +41,11 @@ const colList = computed(() => [
|
||||
data: dataList.value.filter((item,index)=>index%2!==0)
|
||||
}
|
||||
])
|
||||
const executeRefresh = () => {
|
||||
refresh()
|
||||
}
|
||||
|
||||
defineExpose({ executeRefresh })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -70,7 +74,7 @@ const colList = computed(() => [
|
||||
<Goods
|
||||
:ratio="true"
|
||||
:goods="item"
|
||||
infoPadding="30rpx 10rpx"
|
||||
infoPadding="20rpx"
|
||||
>
|
||||
<template #options>
|
||||
<view class="good-bottom">
|
||||
|
Reference in New Issue
Block a user