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", "元"), value.score != "3" && can.onimport.unitView(can, value, "score", "星"), can.onimport.textView(can, value, "status"), ]}, {view: html.STATUS, list: [ can.onimport.uidView(can, value), can.onimport.timeView(can, value), can.onimport.unitView(can, value, "plan_title"), ]}, {view: html.OUTPUT, list: [value.design_content]}, can.onimport.titleAction(can, value), ] }) }, })