mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
328cfa2fbc
commit
243125d8f4
@ -2,7 +2,7 @@
|
||||
"pages": [{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "德坤云物管",
|
||||
"navigationBarTitleText": "HC智慧家园",
|
||||
"backgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
@ -635,7 +635,7 @@
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#00AA00",
|
||||
"navigationBarTitleText": "德坤云物管",
|
||||
"navigationBarTitleText": "HC智慧家园",
|
||||
"usingComponents": { //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
|
||||
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<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>
|
||||
|
||||
<scroll-view @scrolltolower="lower" class="scroll-restaurants-list" scroll-y="true" style="height:100%">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user