Showing
1 changed file
with
3 additions
and
3 deletions
@@ -194,9 +194,9 @@ $('#basicTable').on('click', '.modify-btn', function() { | @@ -194,9 +194,9 @@ $('#basicTable').on('click', '.modify-btn', function() { | ||
194 | 194 | ||
195 | console.log("返回Yoho币数量:" + returnCoin); | 195 | console.log("返回Yoho币数量:" + returnCoin); |
196 | 196 | ||
197 | - if(data.return_coin>0){ | ||
198 | - $vipPrice.attr('disabled', true); | ||
199 | - } | 197 | + // if(data.return_coin>0){ |
198 | + // $vipPrice.attr('disabled', true); | ||
199 | + // } | ||
200 | 200 | ||
201 | vipPrice(); | 201 | vipPrice(); |
202 | if(returnCoin > 0){ //yoho币已设置 | 202 | if(returnCoin > 0){ //yoho币已设置 |
-
Please register or login to post a comment