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-07-02 12:00:39 +0800
Commit
fbfb264b215680e17ccd01e563dee93406d7c841
2 parents
213d1b57
ae8d82d3
Merge branch 'hotfix/stagesDelVip' into 'gray'
有货分期修改 See merge request
!1452
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
apps/home/views/action/installment/open-index.hbs
apps/product/router.js
apps/home/views/action/installment/open-index.hbs
View file @
fbfb264
...
...
@@ -30,10 +30,6 @@
<a
href=
"/home/installment/starting-service"
class=
"open-btn"
>
立即开通
</a>
</div>
{{#
installmentOnly
}}
{{>
installment
/
installment-only
}}
{{/
installmentOnly
}}
{{else}}
<input
type=
"hidden"
value=
"true"
class=
"is-open"
>
<div
class=
"detail-tab"
>
...
...
@@ -76,15 +72,6 @@
<p
class=
"detail-txt1"
>
总额度:¥
{{
initCreditLimit
}}
</p>
<a
href=
"/home/installment/agreement"
class=
"terms"
>
服务条款
</a>
</div>
{{#
installmentOnly
}}
{{>
installment
/
installment-only
}}
{{#if
showMore
}}
<div
class=
"see-btn-area"
>
<a
href=
"
{{
title
.
more_url
}}
"
class=
"see-more"
>
查看更多可分期商品
</a>
</div>
{{/if}}
{{/
installmentOnly
}}
</div>
{{/if}}
</div>
...
...
apps/product/router.js
View file @
fbfb264
...
...
@@ -87,8 +87,6 @@ router.post('/detail/consultsubmit', auth, detail.consultsubmit); // 商å“å’¨è¯
router
.
get
(
'/detail/coupon.json'
,
detail
.
brandCoupon
);
// 品牌券
router
.
post
(
'/detail/coupon/save.json'
,
auth
,
detail
.
getCoupon
);
// 获得 品牌券
router
.
get
(
'/recom/maylike'
,
recom
.
mayLike
);
// 你可能喜欢
// 限定商品
router
.
get
(
'/detail/limit'
,
detail
.
limit
);
...
...
Please
register
or
login
to post a comment