完成数据分页加载

This commit is contained in:
kron
2025-06-18 12:32:08 +08:00
parent 7413a8fdee
commit a040a60987
5 changed files with 230 additions and 145 deletions

View File

@@ -36,7 +36,7 @@ onMounted(() => {
</script>
<template>
<view class="container" :style="{ paddingTop: isIos ? '35px' : '25px' }">
<view class="container" :style="{ paddingTop: isIos ? '38px' : '25px' }">
<view class="back-btn" @click="onClick">
<image src="../static/back.png" mode="widthFix" />
</view>