Commit 05942213 authored by zhuwei's avatar zhuwei

1

parent a05559ea
...@@ -60,6 +60,7 @@ class AmercementService ...@@ -60,6 +60,7 @@ class AmercementService
['id' => '14', 'name' => '投诉暂扣'], ['id' => '14', 'name' => '投诉暂扣'],
['id' => '15', 'name' => '独家协议'], ['id' => '15', 'name' => '独家协议'],
['id' => '16', 'name' => '其他处罚'], ['id' => '16', 'name' => '其他处罚'],
['id' => '17', 'name' => 'APP下载'],
]; ];
} }
...@@ -114,6 +115,9 @@ class AmercementService ...@@ -114,6 +115,9 @@ class AmercementService
case 16 : case 16 :
$str = '其他处罚'; $str = '其他处罚';
break; break;
case 17 :
$str = 'APP下载';
break;
default : default :
$str = '暂无'; $str = '暂无';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment