Commit a7a420f3bffd268f7495327fc33c4d8572064d80
1 parent
a2dcf50b
116137 不限也可以使用
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/chongzhi/chongzhi.wxml
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | </view> | 34 | </view> |
35 | <!-- 下 --> | 35 | <!-- 下 --> |
36 | <view class="bottom" wx:if="{{currentIndex == 0}}" > | 36 | <view class="bottom" wx:if="{{currentIndex == 0}}" > |
37 | - <text wx:if="{{g_filter.is_acting(item.EndDate)}}" | 37 | + <text wx:if="{{g_filter.is_acting(item.EndDate) || item.EndDate==''}}" |
38 | catchtap="viewDetails" data-index="{{index}}" class="btn" >立即使用</text> | 38 | catchtap="viewDetails" data-index="{{index}}" class="btn" >立即使用</text> |
39 | <text wx:else class="btn" style="background-color: #ccc;">已过期</text> | 39 | <text wx:else class="btn" style="background-color: #ccc;">已过期</text> |
40 | <text data-index="{{index}}" class="btn details" >详情</text> | 40 | <text data-index="{{index}}" class="btn details" >详情</text> |