diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index dae8eceb..42d9d7f9 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -656,7 +656,7 @@ class Act extends Wx { $response = curl_exec($ch); curl_close($ch); - debug_log("[info]# " . $data."\n".$response, 'market/sylive','neta.log'); + debug_log("[info]# " . $data."\n".$response, 'neta.log','market/sylive'); } } $redis->delete($key); diff --git a/home/controllers/h5/market/sylive2/Item.php b/home/controllers/h5/market/sylive2/Item.php index 4381a989..d6da18a2 100644 --- a/home/controllers/h5/market/sylive2/Item.php +++ b/home/controllers/h5/market/sylive2/Item.php @@ -283,7 +283,7 @@ class Item extends Wx{ $response = curl_exec($ch); curl_close($ch); - debug_log("[info]# " . $data."\n".$response, 'market/sylive','neta.log'); + debug_log("[info]# " . $data."\n".$response, 'neta.log','market/sylive'); } $this->show_json($data,200,'操作成功'); diff --git a/home/views/h5/market/sylive2/act/index.php b/home/views/h5/market/sylive2/act/index.php index 2422aee2..76df4bfb 100644 --- a/home/views/h5/market/sylive2/act/index.php +++ b/home/views/h5/market/sylive2/act/index.php @@ -127,7 +127,7 @@
+ v-model="vCode" placeholder="请输入验证码" maxlength="4"/>
{{codeTx}}