This commit is contained in:
TimSpan 2024-09-13 15:13:16 +08:00
parent 2a9aecffc3
commit a2da7db757
2 changed files with 0 additions and 7 deletions

View File

@ -12,7 +12,6 @@ export default defineAppConfig({
navigationBarBackgroundColor: '#4e87ff',
navigationBarTitleText: '',
navigationBarTextStyle:'white',
backgroundColor: "#008080"
},
subpackages: [
{

View File

@ -59,7 +59,6 @@
</view>
</view>
</view>
</view>
</scroll-view>
</view>
@ -120,8 +119,6 @@ const lower = (e) => {
current.value = current.value + 1
projectDetailsTable()
}
}
//
const onRefresherRefresh = (e) => {
@ -133,7 +130,4 @@ const onRefresherRefresh = (e) => {
projectDetailsTable()
}
</script>
<style scoped lang="scss">
</style>