Authored by 陶雨

Merge branch 'release/qqtest' of http://git.dev.yoho.cn/platform/yohobuy-portal-…

…fe into release/qqtest
@@ -253,9 +253,9 @@ var g = new common.grid({ @@ -253,9 +253,9 @@ var g = new common.grid({
253 if (item.isAuditing === 200) { 253 if (item.isAuditing === 200) {
254 html.push("<p>是否VIP:" + YNEnum.enum[item.isVip] + "</p>"); 254 html.push("<p>是否VIP:" + YNEnum.enum[item.isVip] + "</p>");
255 if(item.productPrice.returnCoinMoney){ 255 if(item.productPrice.returnCoinMoney){
256 - html.push("<p>yoho币金额:" + item.productPrice.returnCoinMoney + "</p>"); 256 + html.push("<p>yoho币金额:" + item.productPrice.returnCoinMoney + "</p>");
257 }else{ 257 }else{
258 - html.push("<p>yoho币金额:0</p>"); 258 + html.push("<p>yoho币金额:0</p>");
259 } 259 }
260 } 260 }
261 return html.join(''); 261 return html.join('');
@@ -141,9 +141,9 @@ var g = new common.grid({ @@ -141,9 +141,9 @@ var g = new common.grid({
141 '<p><strong>是否VIP:</strong>' + vip + '</p>'; 141 '<p><strong>是否VIP:</strong>' + vip + '</p>';
142 142
143 if(item.returnCoinMoney){ 143 if(item.returnCoinMoney){
144 - html += "<p><strong>yoho币金额:</strong>" + item.returnCoinMoney + "</p>"; 144 + html += "<p><strong>yoho币金额:</strong>" + item.returnCoinMoney + "</p>";
145 }else{ 145 }else{
146 - html += "<p><strong>yoho币金额:</strong>0</p>"; 146 + html += "<p><strong>yoho币金额:</strong>0</p>";
147 } 147 }
148 return html; 148 return html;
149 } 149 }