...
|
...
|
@@ -253,9 +253,9 @@ var g = new common.grid({ |
|
|
if (item.isAuditing === 200) {
|
|
|
html.push("<p>是否VIP:" + YNEnum.enum[item.isVip] + "</p>");
|
|
|
if(item.productPrice.returnCoinMoney){
|
|
|
html.push("<p>反yoho币金额:" + item.productPrice.returnCoinMoney + "</p>");
|
|
|
html.push("<p>返yoho币金额:" + item.productPrice.returnCoinMoney + "</p>");
|
|
|
}else{
|
|
|
html.push("<p>反yoho币金额:0</p>");
|
|
|
html.push("<p>返yoho币金额:0</p>");
|
|
|
}
|
|
|
}
|
|
|
return html.join('');
|
...
|
...
|
|