Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
d251a6e99e9b58cdc15fd7feaf428156538b0d4c
1 parent
6fb6c615
weixinpublic
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
View file @
d251a6e
...
...
@@ -233,9 +233,7 @@ class InfoController extends AbstractAction
// 标识有微信分享
$data
[
'hasWxShare'
]
=
true
;
// print_r($data);
// print_r('121133');
if
(
$isApp
)
{
//获取公众号信息列表
$weixinPublic
=
DetailData
::
singleTemplate
(
'wechat'
,
'guang_detail_wechat'
);
...
...
@@ -269,8 +267,6 @@ class InfoController extends AbstractAction
}
}
// print_r($data);
$this
->
_view
->
display
(
'index'
,
$data
);
$detail
=
array
();
...
...
Please
register
or
login
to post a comment