Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2018-05-08 17:05:09 +0800
Commit
c7323b02b59710d14e1f41118883a63460d45ecd
2 parents
d2226395
057e68a2
Merge branch 'feature/vip2' into 'release/6.6'
msg See merge request
!1361
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
apps/cart/models/pay.js
apps/cart/views/action/pay/pay-ali.hbs
apps/cart/models/pay.js
View file @
c7323b0
...
...
@@ -430,6 +430,7 @@ class payModel extends global.yoho.BaseModel {
resu
.
packageTitle
=
_
.
get
(
result
[
3
],
'data.notice'
,
''
);
resu
.
gain_yoho_coin
=
_
.
get
(
result
[
3
],
'data.gain_yoho_coin'
,
0
);
resu
.
growth_value
=
_
.
get
(
result
[
3
],
'data.growth_value'
,
0
);
resu
.
msg
=
_
.
get
(
result
[
3
],
'data.msg'
,
''
);
resu
.
payment
=
result
[
2
].
data
.
payment_amount
;
...
...
apps/cart/views/action/pay/pay-ali.hbs
View file @
c7323b0
...
...
@@ -41,9 +41,9 @@
</tr>
{{/if}}
</table>
{{#
ifor
gain_yoho_coin
growth_value
}}
<div
class=
"growth-tip"
><span
class=
"iconfont icon-tan"
></span>
有货币与VIP成长值在确认收货后自动到账
</div>
{{/
ifor
}}
{{#if
msg
}}
<div
class=
"growth-tip"
><span
class=
"iconfont icon-tan"
></span>
{{
msg
}}
</div>
{{/if}}
</div>
<div
class=
"btn-c"
>
<a
href=
"/"
>
随便逛逛
</a>
...
...
Please
register
or
login
to post a comment