修改遗漏cookie

hotfix/远程访问多媒体中心
cyc 6 years ago
parent 24f345b3c8
commit 1a6a670c7f

@ -121,10 +121,10 @@
<a href="http://www.mycht.cn/webht.php/apps/dingmail/index/mail_index"> <a href="http://www.mycht.cn/webht.php/apps/dingmail/index/mail_index">
<img src="http://www.mycht.cn/css/images/+valuemail.png"> <img src="http://www.mycht.cn/css/images/+valuemail.png">
</a> </a>
<a href="http://www.mycht.cn/webht.php/apps/dingmail/index/index/<?php echo $this->session->userdata('dingding_user_info')->ddu_Unionid?>/like"> <a href="http://www.mycht.cn/webht.php/apps/dingmail/index/index/<?php echo get_cookie('dingunionid'); ?>/like">
<img src="http://www.mycht.cn/css/images/+like.png"> <img src="http://www.mycht.cn/css/images/+like.png">
</a> </a>
<a href="http://www.mycht.cn/webht.php/apps/dingmail/index/index/<?php echo $this->session->userdata('dingding_user_info')->ddu_Unionid?>/unlike"> <a href="http://www.mycht.cn/webht.php/apps/dingmail/index/index/<?php echo get_cookie('dingunionid'); ?>/unlike">
<img src="http://www.mycht.cn/css/images/+unlike.png"> <img src="http://www.mycht.cn/css/images/+unlike.png">
</a> </a>
</div> </div>

Loading…
Cancel
Save