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
陈轩
2016-11-11 16:31:21 +0800
Commit
51386ba1bf6692cc5ac8f16eb65b0acf20e0034f
2 parents
085b6805
956ca3c9
Merge branch 'release/5.2' of
http://git.yoho.cn/fe/yohobuywap-node
into release/5.2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
apps/activity/models/coupon.js
apps/activity/views/action/coupon.hbs
apps/product/models/search.js
apps/activity/models/coupon.js
View file @
51386ba
...
...
@@ -21,6 +21,7 @@ const getPageInfo = (pageInfo) => {
dest
.
oldUserCouponPic
=
pageInfo
.
data
.
oldUserCouponPic
;
dest
.
mobile
=
pageInfo
.
data
.
mobile
;
dest
.
wechatShare
=
true
;
dest
.
secondScreenPic
=
pageInfo
.
data
.
secondScreenPic
;
// 强制活动开始,活动上线产品要求这样设置
pageInfo
.
data
.
flag
=
1
;
...
...
apps/activity/views/action/coupon.hbs
View file @
51386ba
...
...
@@ -2,6 +2,9 @@
<div
class=
"receive-coupon-page"
>
<div
class=
"bg-contain"
>
<img
src=
"
{{
image
bgImg
640
1136
}}
"
>
{{#if
secondScreenPic
}}
<img
src=
"
{{
image
secondScreenPic
}}
"
>
{{/if}}
</div>
<p
class=
"hidden"
id=
"orderCode"
>
{{
ordercode
}}
</p>
<p
class=
"hidden"
id=
"oldUserCouponPic"
>
{{
image
oldUserCouponPic
}}
</p>
...
...
apps/product/models/search.js
View file @
51386ba
...
...
@@ -91,7 +91,9 @@ const _searchGoods = (params) => {
delete
params
.
filter_poolId
;
}
if
(
params
.
brand
)
{
if
(
params
.
shop_id
)
{
method
=
'app.search.li'
;
}
else
if
(
params
.
brand
)
{
method
=
'app.search.brand'
;
}
...
...
Please
register
or
login
to post a comment