套餐问题修复

This commit is contained in:
2025-12-20 14:55:53 +08:00
parent 5b2c925fad
commit 1b1e75b5d1
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
import { onReachBottom } from '@dcloudio/uni-app'
import * as Api from '@/common/api/market/package.js'
const query=reactive({
page:1,size:10
page:1,size:50
})
const totalRow=ref(0)