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
Plain Diff
Browse Files
Authored by
郝肖肖
2016-12-23 17:09:07 +0800
Commit
b6d2112596a2ecee8b357777545a97685441917e
2 parents
fe4c4356
df3ac0c8
Merge branch 'feature/balancePage' into release/2.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/models/order.js
apps/shopping/models/order.js
View file @
b6d2112
...
...
@@ -28,7 +28,7 @@ const _orderApi = uid => api.get('', {
*/
const
_yohoCoinPayRule
=
data
=>
{
if
(
!
data
.
total_yoho_coin_num
)
{
if
(
!
data
.
yoho_coin_pay_rule
)
{
return
data
;
}
...
...
Please
register
or
login
to post a comment