Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2018-07-02 16:28:08 +0800
Commit
89f9405aff4d65dc8b81d8c5bdf05db2c6a0816b
1 parent
0b655efd
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app/pages/product/detail/detail.wxml
app/project.config.json
app/pages/product/detail/detail.wxml
View file @
89f9405
...
...
@@ -14,7 +14,7 @@
<block wx:if="{{saleTime}}">
<view class="text-time">{{saleTime}}发售</view>
</block>
<block>
<block
wx:else
>
<view class="text-time">发售时间待定</view>
</block>
</view>
...
...
app/project.config.json
View file @
89f9405
...
...
@@ -33,7 +33,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
5
,
"current"
:
0
,
"list"
:
[
{
"id"
:
0
,
...
...
Please
register
or
login
to post a comment