Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
huangyCode
2019-01-18 15:05:42 +0800
Commit
8fcd5fdc508d38942710c57fb63d6a89a35933c2
2 parents
00ff26b7
4805a9e8
Merge branch 'feature/error_page' of
http://git.yoho.cn/fe/yoho-luck
into feature/error_page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/zeroSell/components/product-detail-header.wxml
pages/zeroSell/components/product-detail-header.wxml
View file @
8fcd5fd
...
...
@@ -25,6 +25,6 @@
</view>
<view class="product_price">原价:<text class="line">{{product.price}}</text></view>
</view>
<view wx:if="{{product.status !== 2}}" class="product_time">{{helper.formatTime(product.start_time,
<view wx:if="{{product.status !== 2
&& product.start_time
}}" class="product_time">{{helper.formatTime(product.start_time,
product.end_time)}}
</view>
...
...
Please
register
or
login
to post a comment