...
|
...
|
@@ -252,7 +252,7 @@ var g = new common.grid({ |
|
|
//待审核和驳回列表中只显示吊牌价和销售价,通过的列表中显示
|
|
|
if (item.isAuditing === 200) {
|
|
|
html.push("<p>是否VIP:" + YNEnum.enum[item.isVip] + "</p>");
|
|
|
if(item.productPrice.returnCoinMoney){
|
|
|
if(item.productPrice&&item.productPrice.returnCoinMoney){
|
|
|
html.push("<p>返yoho币金额:" + item.productPrice.returnCoinMoney + "</p>");
|
|
|
}else{
|
|
|
html.push("<p>返yoho币金额:0</p>");
|
...
|
...
|
|