This commit is contained in:
LiuZhengYu 2026-04-27 09:18:22 +08:00
commit aef4b9a55e
4 changed files with 3 additions and 2 deletions

View File

@ -105,6 +105,7 @@
<div style="flex:1;">
<label class="imp">核心词</label><br>
<textarea name="cross_dim1" style="width:100%;height:180px;padding:10px;" placeholder="一行一个
手机
电脑
平板"></textarea>

View File

@ -446,6 +446,7 @@ class keyword
// $rsuser = verifyfast();
// $post = new \ciy\post();
// // 获取前端传参
// $cateid = $post->getint('cateid');
// $dim1 = trim($post->get('dim1'));

View File

@ -1,7 +1,6 @@
<?php
namespace web\admin\www;
class keywordManage
{
static function setwhere($db, $post, $rsuser)