diff --git a/src/production/care.png b/src/production/care.png new file mode 100644 index 0000000..dc3ec36 Binary files /dev/null and b/src/production/care.png differ diff --git a/src/production/case.png b/src/production/case.png index 93da478..a3d94df 100644 Binary files a/src/production/case.png and b/src/production/case.png differ diff --git a/src/production/date.go b/src/production/date.go index 33d4cd0..59b614d 100644 --- a/src/production/date.go +++ b/src/production/date.go @@ -16,7 +16,7 @@ type Date struct { func (s Date) Discuss(m *ice.Message, arg ...string) { msg := m.Cmd(Issue{}, s.Select, model.UID, m.Option(model.ISSUE_UID), m.OptionSimple(model.STORY_UID)) m.Cmdy(Meet{}, s.Create, arg, model.FROM_USER_UID, m.Option(model.USER_UID), model.TO_USER_UID, msg.Append(model.USER_UID), - msg.AppendSimple(model.TITLE, model.CONTENT)) + msg.AppendSimple(model.TITLE), model.CONTENT, msg.Append(model.ISSUE_CONTENT)) } func (s Date) List(m *ice.Message, arg ...string) { if msg := s.SelectJoinAuth(m.Cmd(story{}, s.Select, model.UID, arg[0])); msg.Append("auth_status") == "issued" { diff --git a/src/production/date.png b/src/production/date.png new file mode 100644 index 0000000..48b9feb Binary files /dev/null and b/src/production/date.png differ diff --git a/src/production/deal.png b/src/production/deal.png index 97a50f8..89e0d51 100644 Binary files a/src/production/deal.png and b/src/production/deal.png differ diff --git a/src/production/design.js b/src/production/design.js index 218d2ca..4d0de0e 100644 --- a/src/production/design.js +++ b/src/production/design.js @@ -1,5 +1,6 @@ Volcanos(chat.ONIMPORT, { _init: function(can, msg) { + msg.IsDetail() && msg.Option("_share_content", msg.Append("design_content")) can.onimport.myViewTabs(can, "status", msg, function(value) { return [ {view: html.TITLE, list: [value.title, // msg.IsTech() && value.price > 0 && can.onimport.unitView(can, value, "price", "元"), diff --git a/src/production/design.png b/src/production/design.png index fa93caf..3f29b58 100644 Binary files a/src/production/design.png and b/src/production/design.png differ diff --git a/src/production/file.png b/src/production/file.png new file mode 100644 index 0000000..a170d45 Binary files /dev/null and b/src/production/file.png differ diff --git a/src/production/issue.js b/src/production/issue.js index e96cfd9..d5626cf 100644 --- a/src/production/issue.js +++ b/src/production/issue.js @@ -1,5 +1,6 @@ Volcanos(chat.ONIMPORT, { _init: function(can, msg) { + msg.IsDetail() && msg.Option("_share_content", msg.Append("issue_content")) can.onimport.myViewTabs(can, "status", msg, function(value) { return [ {view: html.TITLE, list: [value.title, // value.issue_type != "feature" && can.onimport.textView(can, value, "issue_type"), diff --git a/src/production/issue.png b/src/production/issue.png index 1ab85f7..59584ac 100644 Binary files a/src/production/issue.png and b/src/production/issue.png differ diff --git a/src/production/meet.png b/src/production/meet.png index 97a50f8..20005b7 100644 Binary files a/src/production/meet.png and b/src/production/meet.png differ diff --git a/src/production/plan.png b/src/production/plan.png index 97a50f8..b49d91a 100644 Binary files a/src/production/plan.png and b/src/production/plan.png differ diff --git a/src/production/portal.json b/src/production/portal.json index bb68fab..7f656fc 100644 --- a/src/production/portal.json +++ b/src/production/portal.json @@ -28,13 +28,13 @@ "design": "design.png", "task": "task.png", "case": "case.png", - "file": "meet.png", - "care": "meet.png", - "take": "meet.png", - "stat": "meet.png", + "file": "file.png", + "care": "care.png", + "take": "take.png", + "stat": "stat.png", "meet": "meet.png", - "date": "meet.png", - "deal": "meet.png" + "date": "date.png", + "deal": "deal.png" }, "input": { "My Story": "我的产品", diff --git a/src/production/stat.png b/src/production/stat.png new file mode 100644 index 0000000..9c5c47b Binary files /dev/null and b/src/production/stat.png differ diff --git a/src/production/take.png b/src/production/take.png new file mode 100644 index 0000000..928ed04 Binary files /dev/null and b/src/production/take.png differ diff --git a/src/production/task.png b/src/production/task.png index 0233d75..3b3895e 100644 Binary files a/src/production/task.png and b/src/production/task.png differ