Authored by 王钱钧

修改静态文件功能bug。

... ... @@ -61,18 +61,22 @@ var g = new common.grid({
return "<p>" + ENUM.FileTypeEnum[item.fileType] + "</p>";
}
},
//{
// display: '审核返币',
// render: function (item) {
// return "<p>" + ENUM.RewardEnum[item.shareReward] + "</p>";
// }
//},
//{
// display: '推荐状态',
// render: function (item) {
// return "<p>" + ENUM.RecommendEnum[item.recomReward] + "</p>";
// }
//},
{
display: '链接',
render: function (item) {
var _url = 'http://www.yohobuy.com/special/';
if (item.id && item.pageTitle) {
_url += item.id + '_' + item.pageTitle + '.html';
} else {
_url = '';
}
return '<a href="'+_url+'"> '+_url+' </a>';
}
},
{
display: "添加时间",
... ...
... ... @@ -23,7 +23,7 @@ var config = {
//domain:'http://172.16.6.157:8080/yohobuy-platform-web',//葛超
// domain: 'http://192.168.102.216:8086/platform',
domain: 'http://192.168.102.202:8088/platform',
//domain: 'http://192.168.102.202:8088/platform',
//domain: 'http://172.16.6.133:8088/platform',
//domain:'http://172.16.6.120:8088/platform',//曹艳
//domain:'http://172.16.6.231:8080/platform',//王伟
//domain: 'http://172.16.6.239:8080', //孙杰翔
... ...