Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- status
- 0人
- 開放報名
- 3人
- 多人報名
- 5人以上
- 多人報名
- 截止報名
- */
- [
- {
- place:"高雄",
- month:5,
- note:"滿5人開課<br>共3日",
- status:0, //確認開課
- },
- {
- place:"高雄",
- month:6,
- note:"滿5人開課<br>共3日",
- status:1, //開放報名中
- },
- {
- place:"高雄",
- month:7,
- note:"滿5人開課<br>共3日",
- status:2, //多人報名中
- },
- {
- place:"台北",
- month:5,
- note:"5/27(三)~5/29(五)共3日",
- status:0,
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement