Browse Source

【物业服务改名我的物业】

feature/v2.0
liushaowen 5 years ago
parent
commit
dc7a0a6c09
  1. 2
      epdc-resident-mp-yushan/app.json
  2. 2
      epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxml
  3. 2
      epdc-resident-mp-yushan/pages/property/property.wxml

2
epdc-resident-mp-yushan/app.json

@ -161,7 +161,7 @@
},
{
"pagePath": "pages/property/property",
"text": "物业服务",
"text": "我的物业",
"iconPath": "images/property.png",
"selectedIconPath": "images/propertySelected.png"
},

2
epdc-resident-mp-yushan/pages/index/components/sudoku/sudoku.wxml

@ -10,7 +10,7 @@
</view>
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToProperty">
<image src="../../../../images/home/property.png" />
<view class="name">物业服务</view>
<view class="name">我的物业</view>
</view>
<view class="item" hover-stay-time="150" hover-class="hover-sudoku" bindtap="navigateToHeart">
<image src="../../../../images/home/heart.png" />

2
epdc-resident-mp-yushan/pages/property/property.wxml

@ -1,6 +1,6 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="../../images/home/home-status.png" />
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">物业服务</view>
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">我的物业</view>
</view>
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px" wx:if="{{tabList.length>0 && isLoading == false}}">

Loading…
Cancel
Save