Merge branch 'release/qqtest' of http://git.dev.yoho.cn/platform/yohobuy-portal-…
…fe into release/qqtest
Showing
2 changed files
with
4 additions
and
4 deletions
@@ -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 | } |
-
Please register or login to post a comment