custom menu attempt success

This commit is contained in:
Sola
2015-12-31 11:55:13 +08:00
parent 9746f0d4b6
commit 890c001832

View File

@@ -0,0 +1,29 @@
{
"button": [
{
"name": "我要",
"sub_button": [
{
"type": "click",
"name": "提交报修",
"key": "SUBMIT"
},
{
"type": "click",
"name": "查询报修",
"key": "QUERY"
},
{
"type": "click",
"name": "撤销报修",
"key": "CANCEL"
},
{
"type": "click",
"name": "修改资料",
"key": "PROFILE"
}
]
}
]
}