dever 6 年之前
父節點
當前提交
f1cf6e19fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      journal/lib/Manage.php

+ 1 - 1
journal/lib/Manage.php

@@ -16,7 +16,7 @@ class Manage
 
         $table['用户名'] = $user['username'] . '('.$info['uid'].')';
         $table['手机号'] = $user['mobile'];
-        //$table['产品名'] = $info['name'];
+        $table['产品名'] = $info['name'];
         if ($info['type'] == 1) {
             $table['支付方式'] = '购买小刊';
             $table['支付金额'] = $info['cash'];