Commit 63ca9333d78a26d471747a14f9f8fefbd7b5254c
Merge branch 'qa' of http://git.vipzhuang.cn/wxd/MShopWeApp
Showing
1 changed file
with
6 additions
and
2 deletions
pages/user/my_service/i_service.wxml
@@ -68,9 +68,13 @@ | @@ -68,9 +68,13 @@ | ||
68 | </view> | 68 | </view> |
69 | </view> | 69 | </view> |
70 | </view> | 70 | </view> |
71 | + | ||
72 | + <block wx:if="{{service_List && service_List.length}}"> | ||
73 | + <view class="fs26 t-c" style="line-height: 80rpx;">选择更多服务卡项,<text class="ctb" data-url="/packageA/pages/cardList/cardList" bindtap="goto">立即购买!</text></view> | ||
74 | + </block> | ||
71 | 75 | ||
72 | 76 | ||
73 | -<view class="fs26 t-c" style="line-height: 80rpx;">选择更多服务卡项,<text class="ctb" data-url="/packageA/pages/cardList/cardList" bindtap="goto">立即购买!</text></view> | 77 | + |
74 | <!-- 没有数据 --> | 78 | <!-- 没有数据 --> |
75 | <!-- 加载完毕并且数据大于=页大小 --> | 79 | <!-- 加载完毕并且数据大于=页大小 --> |
76 | <view class="After_all flex-center" wx:if="{{ismore && service_List.length>=6}}"> | 80 | <view class="After_all flex-center" wx:if="{{ismore && service_List.length>=6}}"> |
@@ -84,7 +88,7 @@ | @@ -84,7 +88,7 @@ | ||
84 | <!-- 无服务项目 --> | 88 | <!-- 无服务项目 --> |
85 | <view wx:if="{{service_List.length<1 && is_service_read}}"> | 89 | <view wx:if="{{service_List.length<1 && is_service_read}}"> |
86 | <!-- 遮住 --> | 90 | <!-- 遮住 --> |
87 | - <view class="cover"></view> | 91 | + <!-- <view class="cover"></view>--> |
88 | <!-- 无历史服务 --> | 92 | <!-- 无历史服务 --> |
89 | <view class="empty_order" wx:if="{{true}}"> | 93 | <view class="empty_order" wx:if="{{true}}"> |
90 | <view class="flex-level"> | 94 | <view class="flex-level"> |