add some
BIN
src/production/care.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 10 KiB |
@ -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" {
|
||||
|
BIN
src/production/date.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 10 KiB |
@ -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", "元"),
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 11 KiB |
BIN
src/production/file.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
@ -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"),
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 11 KiB |
@ -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": "我的产品",
|
||||
|
BIN
src/production/stat.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
src/production/take.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 10 KiB |