weex-eros-template
Version:
本木前端 weex 集成方案
36 lines (35 loc) • 585 B
JavaScript
module.exports = [
{
delay: 500,
response: {
resCode: 0,
msg: null,
data: [
{
buttonName: "ALLOCATED",
allCount: 100
},
{
buttonName: "HANDLE",
allCount: 100
},
{
buttonName: "VERIFY",
allCount: 100
},
{
buttonName: "CREATED",
allCount: 100
},
{
buttonName: "PASS",
allCount: 100
},
{
buttonName: "ALL",
allCount: 100
}
]
}
}
];