| components/noticeList/tagCell.vue | ●●●●● patch | view | raw | blame | history | |
| pages.json | ●●●●● patch | view | raw | blame | history | |
| pages/user/center.vue | ●●●●● patch | view | raw | blame | history | |
| static/icon/nav-center-01.png | patch | view | raw | blame | history | |
| static/icon/nav-center-02.png | patch | view | raw | blame | history | |
| static/icon/nav-center-03.png | patch | view | raw | blame | history | |
| subPackage/house/family/index.vue | ●●●●● patch | view | raw | blame | history |
components/noticeList/tagCell.vue
@@ -22,6 +22,6 @@ border-radius:30rpx; background-color: rgb(236,244,255); border:1px solid currentColor; margin-right:20rpx; margin-right:15rpx; } </style> pages.json
@@ -316,7 +316,7 @@ { "path": "views/report", "style": { "navigationBarTitleText": "保修报事", "navigationBarTitleText": "报修报事", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" pages/user/center.vue
@@ -16,8 +16,8 @@ <view class="main"> <view class="nav bgc-ff flex j-c-s-a a-i-c"> <view v-for="(item,index) in navList" :key="index" class="flex f-d-c a-i-c" @click="navigator(item)"> <u-icon :customStyle="{paddingTop:20+'rpx'}" :name="item.icon" width="64rpx" height="64rpx"></u-icon> <u-icon :customStyle="{paddingTop:20+'rpx'}" :name="item.icon" width="90rpx" height="90rpx"></u-icon> <text class="grid-text mt-20 f-28">{{item.title}}</text> </view> </view> static/icon/nav-center-01.pngstatic/icon/nav-center-02.pngstatic/icon/nav-center-03.pngsubPackage/house/family/index.vue
@@ -143,9 +143,12 @@ addressType: this.addressType } const res = await getHouseList(param) const aoiList = res.data.aoiList const shopList = res.data.shopList if (aoiList.length > 0) { if (res.code == 200) { const { aoiList, shopList } = res.data; if (aoiList.length) { this.isShowBuild = true // 正常展示户室数据 aoiList.forEach(item => { @@ -153,13 +156,14 @@ }) this.buildingList = aoiList || [] } if (shopList.length > 0) { if (shopList.length) { this.isShowShop = true this.shopList = shopList || [] } this.$nextTick(() => { this.$refs.uToast.isShow = false }) } }, pushPage(name, scItem) { const { @@ -172,7 +176,8 @@ // 跳转到商铺页面 pushShopPage(name, item) { const { addressCode,addressType addressCode, addressType } = item let url = `/subPackage/house/houseNumber/index?stdId=${addressCode}&addressType=${addressType}` this.$u.func.globalNavigator(url, "navTo") @@ -203,12 +208,15 @@ .content { margin-top: 20rpx; background-color: #fff; .floor-info-box { margin-top: 30rpx; justify-content: space-between; .proprietor-box { color: #333333; } .floor-box { color: #017BFC; font-weight: 700; @@ -249,9 +257,11 @@ padding: 0 !important; } } .floor-content:last-child{ border:none; } /deep/ .floor-content { // border-bottom: 1rpx solid #f5f5f5; // border-bottom:2px solid #F9F9FA; @@ -268,6 +278,7 @@ width: 0; flex: 1; padding: 6rpx; .room-box { padding: 10rpx; justify-content: center; @@ -277,6 +288,7 @@ box-sizing: border-box; // background-color: #FAFBFE; background-color: rgb(236,244,255); // margin:2rpx; &>view { margin: auto;