diff --git a/Application/Admin/View/Article/pop_rule_edit.html b/Application/Admin/View/Article/pop_rule_edit.html
index 6c906281b..6385b498e 100644
--- a/Application/Admin/View/Article/pop_rule_edit.html
+++ b/Application/Admin/View/Article/pop_rule_edit.html
@@ -15,8 +15,9 @@
@@ -48,12 +55,14 @@
-
+
{$data.title}
-
+
+ {$data.title}
+
{$data.title}
+ {$data.update_time|date="Y/m/d",###}
- {$data.update_time|date="Y/m/d",###}
@@ -73,5 +82,35 @@
$(function () {
setValue('row', '{:I("row",10)}');
})
+ function pop_rulus_content(id, force = false)
+ {
+ if (id instanceof Array) {
+ console.log(id)
+ var index = 0;
+ layer.open({
+ type: 2,
+ title: '平台规则',
+ area:['60%', '80%'],
+ closeBtn: 0,
+ shadeClose: false,
+ skin: 'yourclass',
+ content: "{:U('Promote/popRuleDetail')}&id="+id+"&force="+force
+ });
+ } else {
+ layer.open({
+ type: 2,
+ title: '平台规则',
+ area:['60%', '80%'],
+ closeBtn: 0,
+ shadeClose: false,
+ skin: 'yourclass',
+ //btn:['返回'],
+ content: "{:U('Promote/popRuleDetail')}&id="+id+"&force="+force,
+ end:function(){
+ return false;
+ }
+ });
+ }
+ }
\ No newline at end of file
diff --git a/Application/Home/View/default/Promote/pop_rule_detail.html b/Application/Home/View/default/Promote/pop_rule_detail.html
new file mode 100644
index 000000000..ae07b7b33
--- /dev/null
+++ b/Application/Home/View/default/Promote/pop_rule_detail.html
@@ -0,0 +1,129 @@
+
+
+
+
+
+
+
充值查询列表|----软件管理平台
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{$rule.title}
+
{$rule.content}
+
+
+
+
+
if(C('COLOR_STYLE')=='blue_color') echo '
+
+ ';
+
+
+
+
+
+
+
\ No newline at end of file