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