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

View File

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

View File

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