mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化首页
This commit is contained in:
parent
b3600640e4
commit
3fcfc7b689
@ -441,6 +441,15 @@
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/oaWorkflow/oaWorkflow",
|
||||
"style" :
|
||||
{
|
||||
"navigationBarTitleText": "流程办理",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<view class="content">
|
||||
<view class="margin-bottom-xs">
|
||||
<uni-notice-bar :showIcon="true" :scrollable="true" :single="true" :speed="30"
|
||||
text="HC掌上物业是免费开源的HC小区管理系统的分支项目,欢迎访问官网http://homecommunity.cn了解"></uni-notice-bar>
|
||||
text="HC掌上物业欢迎您"></uni-notice-bar>
|
||||
</view>
|
||||
<scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">
|
||||
<swiper class="categoryList padding-top-xs bg-white" indicator-dots="true"
|
||||
@ -62,9 +62,6 @@
|
||||
</block>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="flex justify-center tec-height align-center">
|
||||
<text class="text-gray">java110团队提供技术支持,交流群827669685</text>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
22
pages/oaWorkflow/oaWorkflow.vue
Normal file
22
pages/oaWorkflow/oaWorkflow.vue
Normal file
@ -0,0 +1,22 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user