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
@ -440,6 +440,15 @@
|
|||||||
"navigationBarTitleText": ""
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
,{
|
||||||
|
"path" : "pages/oaWorkflow/oaWorkflow",
|
||||||
|
"style" :
|
||||||
|
{
|
||||||
|
"navigationBarTitleText": "流程办理",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="margin-bottom-xs">
|
<view class="margin-bottom-xs">
|
||||||
<uni-notice-bar :showIcon="true" :scrollable="true" :single="true" :speed="30"
|
<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>
|
</view>
|
||||||
<scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">
|
<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"
|
<swiper class="categoryList padding-top-xs bg-white" indicator-dots="true"
|
||||||
@ -62,9 +62,6 @@
|
|||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="flex justify-center tec-height align-center">
|
|
||||||
<text class="text-gray">java110团队提供技术支持,交流群827669685</text>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</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