Commit fc90d77e authored by wxl's avatar wxl

no message

parent f16b2ab6
......@@ -136,7 +136,9 @@ class MsgModel extends Model
'content' => $text,
'money' => $this->user_info['money'],
'score' => $this->user_info['score'],
'mold' =>isset($data['mold'])?$data['mold']:0,
];
unset($data['mold']);
$data['title'] = $title;
$data['user_id'] = $this->user_id;
$data['msg_text'] = json_encode($content);
......
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