联系官方销售客服
1835022288
028-61286886
动态调用模板ajax返回数据怎么添加自定义数据?
现在动态调用模板ajax返回json就一个code和msg, data内容就一个file name 和module. 没想到什么办法添加更多的data内容.
能不能做成:
被调用的模板return数组, 然后返回给ajax? 这样可以更灵活地自定义返回数据. 而不是模板只能做为msg返回给ajax的response.
比如我需要返回数据(custom1, custom2) 怎么实现:
{
"code":1,
"msg":"xxx",
"data": {"file":"cp_xyft.html","module":"", "custom1":"test1" , "custom2":"test2" , }
}
动态调用模板
https://www.xunruicms.com/doc/313.html"code":1,
"msg":"xxx",
"data": {"file":"xxx.html","module":"", "custom1":"test1" , "custom2":"test2" , }
}