...
This commit is contained in:
parent
2a9aecffc3
commit
a2da7db757
|
@ -12,7 +12,6 @@ export default defineAppConfig({
|
|||
navigationBarBackgroundColor: '#4e87ff',
|
||||
navigationBarTitleText: '',
|
||||
navigationBarTextStyle:'white',
|
||||
backgroundColor: "#008080"
|
||||
},
|
||||
subpackages: [
|
||||
{
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue