优化代码

This commit is contained in:
java110 2021-08-23 12:06:41 +08:00
parent 328cfa2fbc
commit 243125d8f4
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"pages": [{ "pages": [{
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "德坤云物管", "navigationBarTitleText": "HC智慧家园",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
} }
}, },
@ -635,7 +635,7 @@
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#00AA00", "navigationBarBackgroundColor": "#00AA00",
"navigationBarTitleText": "德坤云物管", "navigationBarTitleText": "HC智慧家园",
"usingComponents": { //便page "usingComponents": { //便page
}, },

View File

@ -1,7 +1,7 @@
<template> <template>
<view> <view>
<view class="margin-bottom-xs"> <view class="margin-bottom-xs">
<uni-notice-bar showIcon="true" scrollable="true" single="true" speed="30" text="欢迎访问德坤云物管"></uni-notice-bar> <uni-notice-bar showIcon="true" scrollable="true" single="true" speed="30" 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%">