Commit ab6de49e authored by 刘文胜's avatar 刘文胜

板块增加背景图

parent bfc664b6
......@@ -27,6 +27,10 @@ var ForumInfoSchema = new Schema({
type: String,
require: true
},
bg_img:{//板块背景图
type: String,
require: false
},
order_idx: { //论坛排序
type: Number,
require: true,
......
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