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
yyq
9 years ago
Commit
fbe3fc16d3f904643cdfa28d35a72af03ff22173
1 parent
4e1aa4d3
yoho coin num
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/me/models/returns.js
apps/me/views/partial/refund-detail.hbs
apps/me/models/returns.js
View file @
fbe3fc1
...
...
@@ -345,7 +345,7 @@ const _setRefundDetailData = (data) => {
mode
:
data
.
return_amount_mode_name
,
account
:
data
.
return_amount_mode_name
,
amount
:
data
.
return_amount_total
,
coin
:
data
.
use_yoho_coin_num
coin
:
parseInt
(
data
.
return_yoho_coin
*
100
,
10
)
};
break
;
case
91
:
...
...
apps/me/views/partial/refund-detail.hbs
View file @
fbe3fc1
...
...
@@ -54,7 +54,7 @@
<p>
退款方式:
{{
mode
}}
<em>
由于银行内部处理流程的差异,储蓄卡需要3-7个工作日到账,信用卡需要7-15个工作日到账
</em></p>
<p
class=
"tip-pad-top"
>
退款账户:
{{
account
}}
</p>
<p
class=
"tip-pad-top"
>
金额:¥
{{
amount
}}
</p>
<p
class=
"tip-pad-top"
>
有货币:
{{
coin
}}
</p>
<p
class=
"tip-pad-top"
>
有货币:
{{
coin
}}
个
</p>
</div>
{{/
refundSure
}}
...
...
Please
register
or
login
to post a comment