phpcmsv9 企业黄页 信息管理 推送信息时 提示“您为勾选信息”的解决步骤

找到文件

E:\upupw\htdocs\phpcms\phpcms\modules\yp\templates\content_list.tpl.php

推荐提示解决方案:
phpcms\modules\yp\templates\content_list.tpl.php 源文件 163行

将if($(this).attr('checked')==true) {

替换为

if($(this).attr('checked')=='checked') {

退稿提示解决方案:
phpcms\modules\yp\templates\content_list.tpl.php 源文件 188行

将if($(this).attr('checked')==true) {

替换为

if($(this).attr('checked')=='checked') {

posted @ 2015-12-11 16:21  洋洋豆奶  阅读(49)  评论(0)    收藏  举报