From f4fe99c130dfe1589d2104add9a540abb8ee428e Mon Sep 17 00:00:00 2001
From: chenxiaojun <956334972@qq.com>
Date: Thu, 10 Oct 2019 16:06:58 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E5=90=8E=E5=8F=B0->?=
=?UTF-8?q?=E6=8E=A8=E5=AE=98=E5=91=98=E7=BC=96=E8=BE=91->=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0'=E4=B8=8B=E7=BA=A7=E6=B8=B8=E6=88=8F=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA'=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Admin/Controller/PromoteController.class.php | 1 +
Application/Admin/View/Promote/edit.html | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/Application/Admin/Controller/PromoteController.class.php b/Application/Admin/Controller/PromoteController.class.php
index b614a3a2d..c16003a1b 100644
--- a/Application/Admin/Controller/PromoteController.class.php
+++ b/Application/Admin/Controller/PromoteController.class.php
@@ -193,6 +193,7 @@ unset($_REQUEST['parent_id']);
empty(I('post.password')) ? : $data['password'] =I('post.password');
empty(I('post.second_pwd')) ? : $data['second_pwd'] =I('post.second_pwd');
empty(I('post.status')) ? : $data['status'] =I('post.status');
+ empty(I('post.child_game_permission')) ? : $data['child_game_permission'] =I('post.child_game_permission');
empty(I('post.mark1')) ? : $data['mark1'] =I('post.mark1');
empty(I('post.mark2')) ? : $data['mark2'] = I('post.mark2');
$data['ba_id'] = I('ba_id');
diff --git a/Application/Admin/View/Promote/edit.html b/Application/Admin/View/Promote/edit.html
index a6383bec5..1cafd2b15 100644
--- a/Application/Admin/View/Promote/edit.html
+++ b/Application/Admin/View/Promote/edit.html
@@ -66,6 +66,21 @@
+
+
+ 下级游戏展示:
+
+
+
+
+
+
+