花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
2021-06-01 14:19:11
<script>
$('body').on('click','.go_pay_vip,.click-pay',function(){ location.href="https://www.baidu.com";})
</script>
放网站版权里
2021-05-19 13:50:07
<?php
require 'zb_system/function/c_system_base.php';
$articles = $zbp->GetArticleList('*', array(array('search','log_Content','[GuestBuy]')));
foreach ($articles as $article){
$article->Content = str_replace('GuestBuy','HideArea',$article->Content);
$article->Metas->sale = 1;
$article->Metas->hidearea_type = 3;
$article->Save();
}
echo 'ok';在网站根目录新建一个php文件,用上面的代码。然后浏览器执行即可



@media (max-width:500px){ footer .links{display:none} }