From 5fb9268656b8240f96394f8eb0a93d2fda6b3f88 Mon Sep 17 00:00:00 2001
From: LMR <59361885@qq.com>
Date: Fri, 15 Nov 2024 13:45:53 +0800
Subject: [PATCH] test gh _vc
---
application/views/bootstrap3/information_edit.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php
index c1b07c96..38275ecb 100644
--- a/application/views/bootstrap3/information_edit.php
+++ b/application/views/bootstrap3/information_edit.php
@@ -632,11 +632,11 @@ $amp_build_url = "/amp_app/?icid=" . $information->ic_id . "&is_path=" . $inform
?>
ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
- // $PcAmpChecked = 'checked';
- // } else {
- // $PcAmpChecked = '';
- // }
+ if (get_meta($information->ic_id, 'AMP_BODY_PC_STATUS') == 'yes') {
+ $PcAmpChecked = 'checked';
+ } else {
+ $PcAmpChecked = '';
+ }
?>
-
+