优化首页

This commit is contained in:
java110 2021-09-10 10:02:00 +08:00
parent b3600640e4
commit 3fcfc7b689
3 changed files with 32 additions and 4 deletions

View File

@ -440,6 +440,15 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}
,{
"path" : "pages/oaWorkflow/oaWorkflow",
"style" :
{
"navigationBarTitleText": "流程办理",
"enablePullDownRefresh": false
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -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>

View File

@ -0,0 +1,22 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>