新闻动态
图片集内容页调用ID方法
文章来源:未知       访问次数:
include\taglib\productimagelist.lib.php 
找到 

1
2
3
4
5
6
7
8
9
10
11
12
13
if(is_array($dtp->CTags))
    {
        foreach($dtp->CTags as $ctag)
        {
            if($ctag->GetName()=="img")
            {
                $row array();
                $row['imgsrc'] = trim($ctag->GetInnerText());
                $row['text'] = $ctag->GetAtt('text');
                $images[] = $row;
            }
        }
    }
改为

1
2
3
4
5
6
7
8
9
10
11
12
13
14
if(is_array($dtp->CTags))
    {
        foreach($dtp->CTags as $ctag)
        {
            if($ctag->GetName()=="img")
            {
                $row array();
                $row['imgsrc'] = trim($ctag->GetInnerText());
                $row['text'] = $ctag->GetAtt('text');
                $row['id'] = $refObj->addTableRow['aid'];
                $images[] = $row;
            }
        }
    }



Copyright ©2013-2017 速翔网络  
友情合作:百度一下  网站建设
Copyright © 2013-2014 www.ffxiang.cn 赣ICP备17009643号