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', navigationBarBackgroundColor: '#4e87ff',
navigationBarTitleText: '', navigationBarTitleText: '',
navigationBarTextStyle:'white', navigationBarTextStyle:'white',
backgroundColor: "#008080"
}, },
subpackages: [ subpackages: [
{ {

View File

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