Browse Source

【物业服务接口对接v3】 -刘绍文 -2020/05/15

feature/v2.0
liushaowen 5 years ago
parent
commit
57c4a3af65
  1. BIN
      epdc-resident-mp-yushan/images/property/blue-done.png
  2. BIN
      epdc-resident-mp-yushan/images/property/grey-closed.png
  3. BIN
      epdc-resident-mp-yushan/images/property/orange-discussing.png
  4. BIN
      epdc-resident-mp-yushan/images/property/red-join.png
  5. BIN
      epdc-resident-mp-yushan/images/property/report.png
  6. 1
      epdc-resident-mp-yushan/pages/property/property.wxss
  7. 4
      epdc-resident-mp-yushan/subpages/home/pages/info/info.js
  8. 8
      epdc-resident-mp-yushan/subpages/home/pages/info/info.wxml

BIN
epdc-resident-mp-yushan/images/property/blue-done.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

BIN
epdc-resident-mp-yushan/images/property/grey-closed.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

BIN
epdc-resident-mp-yushan/images/property/orange-discussing.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

BIN
epdc-resident-mp-yushan/images/property/red-join.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

BIN
epdc-resident-mp-yushan/images/property/report.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

1
epdc-resident-mp-yushan/pages/property/property.wxss

@ -41,6 +41,7 @@ page {
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
margin:0 auto; margin:0 auto;
-webkit-overflow-scrolling: touch;
} }
.tab-item{ .tab-item{
height: 100%; height: 100%;

4
epdc-resident-mp-yushan/subpages/home/pages/info/info.js

@ -54,7 +54,7 @@ Page({
}) })
if (type === '0') { if (type === '0') {
if (businessType === 'groupUserReviewPassed' || businessType === 'groupPassed' || businessType === 'groupUserReviewNotPass') { if (businessType === 'groupUserReviewPassed' || businessType === 'groupPassed' || businessType === 'groupUserReviewNotPass') {
wx.reLaunch({ wx.switchTab({
url: '/pages/association/association' url: '/pages/association/association'
}) })
} else if (businessType === 'groupNotPassedOrDisband') { } else if (businessType === 'groupNotPassedOrDisband') {
@ -132,7 +132,7 @@ Page({
}) })
} }
} else if (type === '3') { } else if (type === '3') {
wx.reLaunch({ wx.switchTab({
url: '/pages/association/association' url: '/pages/association/association'
}) })
} }

8
epdc-resident-mp-yushan/subpages/home/pages/info/info.wxml

@ -8,7 +8,7 @@
<span>审核通知</span> <span>审核通知</span>
<view wx:if="{{item.readFlag == '0'}}" class="point"></view> <view wx:if="{{item.readFlag == '0'}}" class="point"></view>
</view> </view>
<view class="right">查看详情</view> <view class="right" wx:if="{{item.businessType != 'propertyGroupRemovedMember' && item.businessType != 'propertyGroupQuit' && item.businessType != 'propertyGroupInvited' && item.businessType != 'propertyGroupUserReviewPassed' && item.businessType != 'propertyGroupUserReviewNotPass' && item.businessType != 'propertyGroupTopicClosed' && item.businessType != 'propertyTopicComment' && item.businessType != 'propertyTopicCommentReply' && item.businessType != 'propertyTopicCommentApprove' && item.businessType != 'propertyTopicCommentOppose'}}">查看详情</view>
</view> </view>
<view class="info-bottom"> <view class="info-bottom">
<view class="title">{{item.title}}</view> <view class="title">{{item.title}}</view>
@ -23,7 +23,7 @@
<span>互动通知</span> <span>互动通知</span>
<view wx:if="{{item.readFlag == '0'}}" class="point"></view> <view wx:if="{{item.readFlag == '0'}}" class="point"></view>
</view> </view>
<view wx:if='{{item.businessType != "points" && item.businessType != "points_act_plus" &&item.businessType != "points_act_sign_out" && item.businessType != "points_act_reject"}}' class="right">查看详情</view> <view wx:if="{{item.businessType != 'points' && item.businessType != 'points_act_plus' &&item.businessType != 'points_act_sign_out' && item.businessType != 'points_act_reject' && item.businessType != 'propertyGroupRemovedMember' && item.businessType != 'propertyGroupQuit' && item.businessType != 'propertyGroupInvited' && item.businessType != 'propertyGroupUserReviewPassed' && item.businessType != 'propertyGroupUserReviewNotPass' && item.businessType != 'propertyGroupTopicClosed' && item.businessType != 'propertyTopicComment' && item.businessType != 'propertyTopicCommentReply' && item.businessType != 'propertyTopicCommentApprove' && item.businessType != 'propertyTopicCommentOppose'}}" class="right">查看详情</view>
</view> </view>
<view class="info-bottom"> <view class="info-bottom">
<view class="title">{{item.title}}</view> <view class="title">{{item.title}}</view>
@ -39,7 +39,7 @@
<span>社群通知</span> <span>社群通知</span>
<view wx:if="{{item.readFlag == '0'}}" class="point"></view> <view wx:if="{{item.readFlag == '0'}}" class="point"></view>
</view> </view>
<view class="right">查看详情</view> <view class="right" wx:if="{{item.businessType != 'propertyGroupRemovedMember' && item.businessType != 'propertyGroupQuit' && item.businessType != 'propertyGroupInvited' && item.businessType != 'propertyGroupUserReviewPassed' && item.businessType != 'propertyGroupUserReviewNotPass' && item.businessType != 'propertyGroupTopicClosed' && item.businessType != 'propertyTopicComment' && item.businessType != 'propertyTopicCommentReply' && item.businessType != 'propertyTopicCommentApprove' && item.businessType != 'propertyTopicCommentOppose'}}">查看详情</view>
</view> </view>
<view class="info-bottom"> <view class="info-bottom">
<view class="title">{{item.title}}</view> <view class="title">{{item.title}}</view>
@ -55,7 +55,7 @@
<span>处理进展</span> <span>处理进展</span>
<view wx:if="{{item.readFlag == '0'}}" class="point"></view> <view wx:if="{{item.readFlag == '0'}}" class="point"></view>
</view> </view>
<view class="right">查看详情</view> <view class="right" wx:if="{{item.businessType != 'propertyGroupRemovedMember' && item.businessType != 'propertyGroupQuit' && item.businessType != 'propertyGroupInvited' && item.businessType != 'propertyGroupUserReviewPassed' && item.businessType != 'propertyGroupUserReviewNotPass' && item.businessType != 'propertyGroupTopicClosed' && item.businessType != 'propertyTopicComment' && item.businessType != 'propertyTopicCommentReply' && item.businessType != 'propertyTopicCommentApprove' && item.businessType != 'propertyTopicCommentOppose'}}">查看详情</view>
</view> </view>
<view class="info-bottom"> <view class="info-bottom">
<view class="title">{{item.title}}</view> <view class="title">{{item.title}}</view>

Loading…
Cancel
Save