Authored by caoyan

VIP及变价优化

... ... @@ -477,7 +477,7 @@ var g = new common.grid({
else html += '</p>';
return html;
}},
{display: '正常售价', render: function(item) {
{display: '当前售价', render: function(item) {
var html = '<p>吊牌价:'+item.retail_price +'</p>';
html += '<p>销售价:'+item.sales_price +'</p>';
if (item.student_price) {html += '<p>学生价:'+item.student_price +'</p>';}
... ...