Merge branch 'feature/error_page' of http://git.yoho.cn/fe/yoho-luck into feature/error_page
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -25,6 +25,6 @@ | @@ -25,6 +25,6 @@ | ||
25 | </view> | 25 | </view> |
26 | <view class="product_price">原价:<text class="line">{{product.price}}</text></view> | 26 | <view class="product_price">原价:<text class="line">{{product.price}}</text></view> |
27 | </view> | 27 | </view> |
28 | -<view wx:if="{{product.status !== 2}}" class="product_time">{{helper.formatTime(product.start_time, | 28 | +<view wx:if="{{product.status !== 2 && product.start_time}}" class="product_time">{{helper.formatTime(product.start_time, |
29 | product.end_time)}} | 29 | product.end_time)}} |
30 | </view> | 30 | </view> |
-
Please register or login to post a comment