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
郝肖肖
2016-12-23 17:08:41 +0800
Commit
df3ac0c815c9ec916d5cd5364fa60ba82e5436e1
1 parent
637338a7
有货币判断 yoho_coin_pay_rule变量 是否存在
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 @
df3ac0c
...
...
@@ -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