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
zzzzzzz
2016-10-26 13:32:22 +0800
Commit
48d255b5209c6a08e1ae4d0c8ab14515a9fab780
2 parents
323a7c86
c290a4c5
Merge branch 'release/5.1' of git.yoho.cn:fe/yohobuywap-node
into release/5.1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/guang/models/plustar.js
apps/guang/views/action/plustar/detail.hbs
apps/guang/models/plustar.js
View file @
48d255b
...
...
@@ -334,8 +334,8 @@ const getDetailData = (id, uid, udid, gender, isApp, clientType) => {
shareLink
:
'//guang.m.yohobuy.com/plustar/brandinfo?id='
+
id
,
shareTitle
:
list
.
brandName
,
shareImg
:
list
.
brandIco
,
shareDesc
:
htmlProcess
.
removeHtml
(
list
.
brandIntro
)
shareDesc
:
htmlProcess
.
removeHtml
(
list
.
brandIntro
),
clientType
:
clientType
});
return
list
;
...
...
apps/guang/views/action/plustar/detail.hbs
View file @
48d255b
...
...
@@ -98,7 +98,7 @@
</div>
<input
id=
"jump-to-app"
type=
"hidden"
value=
"
{{
jumpToApp
}}
"
>
<input
id=
"brandId"
type=
"hidden"
value=
"
{{
brand
I
d
}}
"
>
<input
id=
"brandId"
type=
"hidden"
value=
"
{{
brand
_i
d
}}
"
>
<input
id=
"clientType"
type=
"hidden"
value=
"
{{
clientType
}}
"
>
{{!-- wx-share --}}
...
...
Please
register
or
login
to post a comment