Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
4d22d902de8341e1c9c14e7f6a4c45eeed002e78
1 parent
bb484893
update for add will deliver tab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
apps/me/models/order.js
public/js/me/order.page.js
apps/me/models/order.js
View file @
4d22d90
...
...
@@ -421,6 +421,10 @@ const getOrderData = (uid, type, page) => {
typeStr
:
'paying'
},
{
text
:
'待发货'
,
typeStr
:
'willdeliver'
},
{
text
:
'待收货'
,
typeStr
:
'delivering'
}
...
...
@@ -441,6 +445,12 @@ const getOrderData = (uid, type, page) => {
url
:
'/me/'
},
3
:
{
emptyMsg
:
'没有待发货的订单哦~'
,
btnText
:
'查看全部订单'
,
showEmptyEn
:
true
,
url
:
'/me/'
},
4
:
{
emptyMsg
:
'没有待收货的订单哦~'
,
btnText
:
'查看全部订单'
,
showEmptyEn
:
true
,
...
...
public/js/me/order.page.js
View file @
4d22d90
...
...
@@ -37,7 +37,8 @@ var tableOperation = {
var
typeMap
=
{
all
:
1
,
paying
:
2
,
delivering
:
3
willdeliver
:
3
,
delivering
:
4
};
require
(
'../common/foreach-polyfill'
);
...
...
Please
register
or
login
to post a comment